Merge pull request #7520

c24f185 README: step by step detail for rpi setup commands (moneromooo-monero)
This commit is contained in:
luigi1111 2021-03-29 21:47:08 -04:00
commit adcd7b05ac
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 4 additions and 2 deletions

View File

@ -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`