aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-02-24 18:08:44 +0000
committertobtoht <tob@featherwallet.org>2025-02-24 18:08:44 +0000
commit351f4aba1c7fb5df1d48e27c54a131d8a95725f8 (patch)
tree59836b9da64cf4d9b33f1bc2fa3ca4a344da7d08
parentdaf3a1c5b817aa541aed749d7ebfe01f69f8600b (diff)
parent8cabe04d0fb22f6d410b40085b56b1d0c3e7c571 (diff)
downloadmonzero-gui-351f4aba1c7fb5df1d48e27c54a131d8a95725f8.tar.gz
monzero-gui-351f4aba1c7fb5df1d48e27c54a131d8a95725f8.tar.xz
monzero-gui-351f4aba1c7fb5df1d48e27c54a131d8a95725f8.zip
Merge pull request #4415
8cabe04d README: clarify docker build process (selsta)
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index bfcd6a4e..16fa8a97 100644
--- a/README.md
+++ b/README.md
@@ -142,8 +142,9 @@ Packaging for your favorite distribution would be a welcome contribution!
```
\* `<MONERO_GUI_DIR_FULL_PATH>` - absolute path to `monero-gui` directory
\* `4` - number of CPU threads to use
-5. Monero GUI Linux static binaries will be placed in `monero-gui/build/release/bin` directory
-6. (*Optional*) Compare `monero-wallet-gui` SHA-256 hash to the one obtained from a trusted source
+5. Monero GUI Linux static binary will be placed in `monero-gui/build/release/bin` directory
+6. (*Note*) This process is only for building `monero-wallet-gui`, `monerod` has to be built separately according to the instructions in the `monero` repository.
+7. (*Optional*) Compare `monero-wallet-gui` SHA-256 hash to the one obtained from a trusted source
```
docker run --rm -it -v <MONERO_GUI_DIR_FULL_PATH>:/monero-gui -w /monero-gui monero:build-env-linux sh -c 'shasum -a 256 /monero-gui/build/release/bin/monero-wallet-gui'
```