From 32d5832bedf65f11c7c3b89cfbb5f26788d1f363 Mon Sep 17 00:00:00 2001 From: Robert Martin-Legene <robert@nic.ar> Date: Tue, 18 Sep 2018 15:28:27 -0300 Subject: [PATCH] Updated README.md to have the correct path to bfa/bin/env --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3ccd34..bdd2872 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - For Ubuntu read doc/installing-geth-on-ubuntu.txt 2. `sudo apt install jq ncurses-bin curl` 3. `git clone https://github.com/rlegene/bfa.git` -4. `source ${HOME}/bfa/bin` +4. `source ${HOME}/bfa/bin/env` - You can include this line in your .bash_profile if you want. - It is perfectly safe to source it multiple times. 5. Install this crontab: `@reboot bfa/bin/cron.sh` -- GitLab