From 0c6862bb8772fea3da96c108fd77504f063c5972 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Thu, 14 Nov 2019 10:14:25 +0100 Subject: [PATCH] Readme.md: we require Go >= 1.13 now While there, make sure the markdown output is not confusing. --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 2f144ca..7ec1cf3 100644 --- a/Readme.md +++ b/Readme.md @@ -4,12 +4,12 @@ The next generation OONI Probe Command Line Interface. ## Development setup -Be sure you have golang >= 1.12. We use Go modules. Make sure you +Be sure you have golang >= 1.13. We use Go modules. Make sure you don't have GOPATH set. Run -```bash +``` ./build.sh help ``` @@ -18,7 +18,7 @@ instructions on how to install dependencies. ## Releasing -```bash +``` ./build.sh release ```