Skip to content

Commit

Permalink
Remove broken electrum branch stuff
Browse files Browse the repository at this point in the history
There is no electrum branch in the recursively included EasyDEX-GUI, so remove the broken step 4.
  • Loading branch information
DavidLDawes authored Mar 30, 2018
1 parent 6ed7767 commit 1a27cc0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ Clone Agama Desktop App with EasyDEX-GUI submodule
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
4) npm install && npm install webpack
5) ./binary_artifacts.sh
6) npm start in project root folder
7) cd gui/EasyDEX-GUI/react/src
8) npm start
3) npm install && npm install webpack
4) ./binary_artifacts.sh
5) npm start in project root folder
6) cd gui/EasyDEX-GUI/react/src
7) npm start
8) toggle dev and debug options in settings
9) restart the app
10) sync komodod and/or asset chains
Expand Down

0 comments on commit 1a27cc0

Please sign in to comment.