mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Update INSTALLGO.md
This commit is contained in:
parent
83bac2b08f
commit
4495c2d8d8
@ -12,10 +12,10 @@ $ sudo apt-get install git build-essential yasm
|
||||
Download Go 1.5+ from [https://golang.org/dl/](https://golang.org/dl/).
|
||||
|
||||
```sh
|
||||
$ wget https://storage.googleapis.com/golang/go1.5.linux-amd64.tar.gz
|
||||
$ wget https://storage.googleapis.com/golang/go1.5.1.linux-amd64.tar.gz
|
||||
$ mkdir -p ${HOME}/bin/
|
||||
$ mkdir -p ${HOME}/go/
|
||||
$ tar -C ${HOME}/bin/ -xzf go1.5.linux-amd64.tar.gz
|
||||
$ tar -C ${HOME}/bin/ -xzf go1.5.1.linux-amd64.tar.gz
|
||||
```
|
||||
##### Setup GOROOT and GOPATH
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user