Update README.md

pull/5/head
SChernykh 2021-08-29 18:06:01 +02:00
parent dac74a8829
commit ed390e8b7b
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ sudo apt update && sudo apt install git build-essential cmake pkg-config libssl-
git clone --recursive https://github.com/SChernykh/monero
cd monero
git checkout p2pool-api-v0.17
git submodule init && git submodule update
git submodule sync && git submodule update --init --force --recursive
make release-static -j$(nproc)
```