mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user