Update README.md

This commit is contained in:
Lei Xue
2015-06-23 12:16:51 +08:00
parent f9806effff
commit 682f398e8a
+2 -2
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
```