From 71100ee8b73723390bfcf726fb49d7f3bb904407 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Fri, 27 Jul 2018 16:34:20 -0300
Subject: [PATCH] Fixing instructions to rely on github

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e2b78e8..9cfef78 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@
 1.1. For Debian read doc/compiling-geth-on-debian.txt
 1.2. For Ubuntu read doc/installing-geth-on-ubuntu.txt
 2. `sudo apt install jq ncurses-bin`
-3. `mkdir ~/bfa`
-4. `PATH=${PATH}:${HOME}/bfa/bin`
+3. `git clone https://github.com/rlegene/bfa.git`
+4. `source ${HOME}/bfa/bin`
 5. run `start.sh`
 6. create your contract (there is already one deployed, so do not confuse the two)
 7. `insert.sh "I'm doing great today."`
-- 
GitLab