make the install steps more clear in README.md

This commit is contained in:
Lei Xue
2015-06-23 11:39:38 +08:00
parent b7ec287550
commit f9806effff
+2 -1
View File
@@ -5,7 +5,8 @@
### Building:
```bash
git clone https://github.com/opencontainers/runc
git clone https://github.com/opencontainers/runc $(GOPATH)/github.com/opencontainers/runc
cd $(GOPATH)/github.com/opencontainers/runc/
make
sudo make install
```