From f5513ada20604615204e97784231d67de30615b6 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Thu, 5 Jul 2018 16:00:55 -0300
Subject: [PATCH] Updated instructions

---
 README.md | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 02ee28a..7329534 100644
--- a/README.md
+++ b/README.md
@@ -6,14 +6,16 @@
 3. `sudo add-apt-repository -y ppa:ethereum/ethereum`
 4. `sudo apt update`
 5. `sudo apt install ethereum solc jq ncurses-bin`
-6. run `bfa/network5445/start.sh`
-7. create your contract (there is already one deployed, so **do not** confuse the two)
-8. `insert.sh "I'm doing great today."`
-9. wait for next block to be sealed/mined: `sleep 15`
-10. `verify.sh "Hi there"`
-11. `verify.sh "I'm doing great today."`
-12. Try the basic `explorer.sh`
-13. consider this crontab: @reboot bfa/network5445/start.sh
+6. `mkdir ~/bfa`
+7. `PATH=${PATH}:${HOME}/bfa/bin`
+8. run `start.sh`
+9. create your contract (there is already one deployed, so **do not** confuse the two)
+10. `insert.sh "I'm doing great today."`
+11. wait for next block to be sealed/mined: `sleep 15`
+12. `verify.sh "Hi there"`
+13. `verify.sh "I'm doing great today."`
+14. Try the basic `explorer.sh`
+15. consider this crontab: @reboot bfa/network5445/start.sh
 
 ## network5445/start.sh
 requires: **geth**
-- 
GitLab