Skip to content

Commit

Permalink
Fix git clone command
Browse files Browse the repository at this point in the history
README hasn't been updated since the switched over to KomodoPlatform as the active fork. The git clone in the instructions still pointed to the old archive.
  • Loading branch information
DavidLDawes authored Mar 30, 2018
1 parent d589c0c commit 6ed7767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You must have `node.js` and `npm` installed on your machine.

Clone Agama Desktop App with EasyDEX-GUI submodule
```shell
1) git clone https://github.com/supernetorg/agama --recursive --branch pkg_automation_electrum --single-branch
1) git clone https://github.com/miketout/agama --recursive --branch pkg_automation_electrum --single-branch
with this command you git clone agama - but explicitly just the pkg_automation_electrum branch (therefore --single-branch) which we also use for the release packages.
2) cd agama && cd gui/EasyDEX-GUI/
3) git checkout electrum && git pull origin electrum
Expand Down

0 comments on commit 6ed7767

Please sign in to comment.