diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-03-29 21:47:08 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-03-29 21:47:08 -0400 |
| commit | adcd7b05ac5005ee7a037d9d211493ee57e0de5b (patch) | |
| tree | 26a6deaa855f52aa98b29ccfe4f3be05ef374a9a | |
| parent | a2b046dafc67dcdf350f02d99f02fc3d19a679fc (diff) | |
| parent | c24f18519661faf045ff73b260a6198f3ecbc25c (diff) | |
| download | monzero-core-adcd7b05ac5005ee7a037d9d211493ee57e0de5b.tar.gz monzero-core-adcd7b05ac5005ee7a037d9d211493ee57e0de5b.tar.xz monzero-core-adcd7b05ac5005ee7a037d9d211493ee57e0de5b.zip | |
Merge pull request #7520
c24f185 README: step by step detail for rpi setup commands (moneromooo-monero)
| -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` |
