From 68ca0aad70505d6a513fcebf3adcaeff901d18a0 Mon Sep 17 00:00:00 2001 From: tjayrush Date: Tue, 1 Nov 2022 22:17:01 -0400 Subject: [PATCH] Updates install instructions --- content/docs/install/install-trueblocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/install/install-trueblocks.md b/content/docs/install/install-trueblocks.md index c03784190..d54918d41 100644 --- a/content/docs/install/install-trueblocks.md +++ b/content/docs/install/install-trueblocks.md @@ -102,7 +102,7 @@ TrueBlocks needs version 1.16.x or later. If you to install or update Go, [see h * For Linux ```shell - sudo apt install build-essential git cmake ninja-build python python-dev libcurl3-dev clang-format jq + sudo apt install build-essential git cmake ninja-build python3 python3-dev libcurl4-openssl-dev clang-format jq ``` * For Mac: