Merge pull request #14 from carmark/master

make the install steps more clear in README.md
This commit is contained in:
Stephen Day 2015-06-24 18:21:26 -07:00
commit 622dd02741
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
### Building:
```bash
git clone https://github.com/opencontainers/runc
go get -d github.com/opencontainers/runc
cd $GOPATH/src/github.com/opencontainers/runc/
make
sudo make install
```