From 75b9a0228b1756d261be58cd4616cdb8867713d2 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Tue, 7 Jun 2022 15:34:28 +0200 Subject: [PATCH] Updated Termux build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cde091..7c069ba 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ make Run the following commands to install the necessary prerequisites, clone this repo, and build P2Pool locally in Termux: ``` -pkg install git build-essential cmake libuv libzmq +pkg install git build-essential cmake libuv libzmq libcurl git clone --recursive https://github.com/SChernykh/p2pool cd p2pool mkdir build && cd build