diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2021-03-11 18:16:40 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2021-03-11 18:28:01 +0000 |
| commit | c24f18519661faf045ff73b260a6198f3ecbc25c (patch) | |
| tree | 91662adab7fe74cc566f3a68b7206d371bfa1ccf /README.md | |
| parent | 0b6bfb1fd891a292179cdf0b181ab29b717fc72e (diff) | |
| download | monzero-core-c24f18519661faf045ff73b260a6198f3ecbc25c.tar.gz monzero-core-c24f18519661faf045ff73b260a6198f3ecbc25c.tar.xz monzero-core-c24f18519661faf045ff73b260a6198f3ecbc25c.zip | |
README: step by step detail for rpi setup commands
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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` |
