Update README.md

This commit is contained in:
Lei Xue 2015-06-25 08:04:12 +08:00
parent 682f398e8a
commit f4f6938448
1 changed files with 1 additions and 1 deletions

View File

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