Link to golang.org for installing go1.8

This commit is contained in:
Michael Stapelberg 2017-03-04 18:46:24 +01:00
parent 09883a3b00
commit b3c9568a9d

View File

@ -12,12 +12,7 @@ would like. Hence, he is going Go-only where feasible.
## Installation ## Installation
Install Go if you havent already: [Install Go 1.8](https://golang.org/dl/) if you havent already.
```
sudo apt install golang-go
export GOPATH=~/go
export PATH=$GOPATH/bin:$PATH
```
Then, use the `go` tool to download and install `gokr-packer`: Then, use the `go` tool to download and install `gokr-packer`:
``` ```