From ed390e8b7b05b45dc1408a51ef81f623883569e8 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Sun, 29 Aug 2021 18:06:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 235168a..bf38dc5 100644 --- a/README.md +++ b/README.md @@ -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) ```