Merge pull request #902 from mrunalp/readme_go16

readme: Mention the go 1.6 requirement in the README for building runc
This commit is contained in:
Michael Crosby 2016-06-10 11:49:32 -07:00 committed by GitHub
commit a4399557f7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ on the specs repository and support the update spec.
### Building: ### Building:
At the time of writing, runc only builds on the Linux platform. At the time of writing, runc only builds on the Linux platform and requires go version 1.6 or higher.
```bash ```bash
# create a 'github.com/opencontainers' in your GOPATH/src # create a 'github.com/opencontainers' in your GOPATH/src