Add doc updates for new go1.12 installation (#7486)

This commit is contained in:
Harshavardhana
2019-04-04 13:36:31 -07:00
committed by GitHub
parent 082bd5f31f
commit 979309148e
2 changed files with 6 additions and 7 deletions

View File

@@ -83,10 +83,10 @@ service minio start
```
## Install from Source
Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow [How to install Golang](https://docs.minio.io/docs/how-to-install-golang).
Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow [How to install Golang](https://golang.org/doc/install). Minimum version required is [go1.12](https://golang.org/dl/#stable)
```sh
go get -u github.com/minio/minio
GO111MODULE=on go get github.com/minio/minio
```
## Allow port access for Firewalls