rapidjson submodule

This commit is contained in:
SChernykh
2021-09-05 17:30:21 +02:00
parent da7ca7d57e
commit 58c792fb04
4 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ First you need to find a pool share. This share will stay in PPLNS window for 21
p2pool binary:
```
sudo apt update && sudo apt install git build-essential cmake libuv1-dev libzmq3-dev libsodium-dev libpgm-dev libnorm-dev libgss-dev
git clone https://github.com/SChernykh/p2pool
git clone --recursive https://github.com/SChernykh/p2pool
cd p2pool
mkdir build && cd build
cmake ..