Update HowTo.md

This commit is contained in:
Andrew Zavgorodny 2020-10-22 16:36:54 +03:00 committed by GitHub
parent 6ff6791484
commit 584b855ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ git clone git@github.com:depools/dc4bc.git
First install the Go toolchain:
```
curl -O https://golang.org/dl/go1.15.2.linux-amd64.tar.gz
curl -OL https://golang.org/dl/go1.15.2.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.15.2.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
```