CONTRIBUTING: Make re-vendoring steps clearer

Make re-vendoring steps clearer.

Fixes: #97

Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
This commit is contained in:
nitkon 2019-05-10 20:27:41 +05:30 committed by GitHub
parent a4320d940f
commit 9701fea15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -630,6 +630,7 @@ body:
1. Run the commands below:
```
$ go get -d -u github.com/opencontainers/runc
$ cd $GOPATH/src/github.com/opencontainers/runc
$ old_commit="..."
$ new_commit="..."