diff --git a/README.md b/README.md index c4fce54d2..be94482fc 100644 --- a/README.md +++ b/README.md @@ -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 ```