From 6ed7767e41a02b65edb61e74b44a08f496b7afa8 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Thu, 29 Mar 2018 23:32:30 -0700 Subject: [PATCH] Fix git clone command 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70a9591b4..5e590dbe5 100644 --- a/README.md +++ b/README.md @@ -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