Merge pull request #2967 from nitkon/patch-1

BUILDING: update BUILDING.md
This commit is contained in:
Phil Estes 2019-01-30 16:15:15 +00:00 committed by GitHub
commit f7f24e2f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,8 @@ result in undefined behavior.
`containerd` uses `make` to create a repeatable build flow. It means that you
can run:
```sudo
```
cd $GOPATH/src/github.com/containerd/containerd
make
```