Update README.md

This commit is contained in:
Lei Xue 2015-06-23 12:16:51 +08:00
parent f9806effff
commit 682f398e8a
1 changed files with 2 additions and 2 deletions

View File

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