BUILDING: update BUILDING.md

Improve documentation

Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
This commit is contained in:
Nitesh Konkar 2019-01-30 18:40:27 +05:30
parent e26f442aca
commit 6629f853a7

View File

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