Update README.md
This commit is contained in:
parent
f9806effff
commit
682f398e8a
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue