From c24f18519661faf045ff73b260a6198f3ecbc25c Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 11 Mar 2021 18:16:40 +0000 Subject: [PATCH] README: step by step detail for rpi setup commands --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3cecb3b5..3b8e3d1b3 100644 --- a/README.md +++ b/README.md @@ -300,14 +300,16 @@ Tested on a Raspberry Pi Zero with a clean install of minimal Raspbian Stretch ( * Build: ```bash - make release + USE_SINGLE_BUILDDIR=1 make release ``` * Wait 4-6 hours * The resulting executables can be found in `build/release/bin` -* Add `PATH="$PATH:$HOME/monero/build/release/bin"` to `.profile` +* Add `export PATH="$PATH:$HOME/monero/build/release/bin"` to `$HOME/.profile` + +* Run `source $HOME/.profile` * Run Monero with `monerod --detach`