Merge pull request #98 from nitkon/patch-2

CONTRIBUTING: Make re-vendoring steps clearer
This commit is contained in:
James O. D. Hunt 2019-05-10 16:05:57 +01:00 committed by GitHub
commit 2312bfb84b
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="..."