From 2fd4448ee98dc17ea0e4d774ca6e47ebbc84a8c6 Mon Sep 17 00:00:00 2001 From: chris erway Date: Wed, 26 May 2021 10:21:54 -0400 Subject: [PATCH] Add mention of install_buildtools.sh to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfca903554..3b42c6ac6b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Initial environment setup: git clone https://github.com/algorand/go-algorand cd go-algorand ./scripts/configure_dev.sh +./scripts/buildtools/install_buildtools.sh ``` At this point you are ready to build go-algorand. We use `make` and have a