Merge pull request #3884 from danbev/building-correction

Correct grammar/typo in BUILDING.MD
This commit is contained in:
Michael Crosby 2019-12-10 09:57:18 -05:00 committed by GitHub
commit f0c6684ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@ You are now ready to [build](#build-containerd):
``` ```
## Build containerd and runc ## Build containerd and runc
To have complete core container runtime, you will both `containerd` and `runc`. It is possible to build both of these via Docker container. To have complete core container runtime, you will need both `containerd` and `runc`. It is possible to build both of these via Docker container.
You can use `go` to checkout `runc` in your `GOPATH`: You can use `go` to checkout `runc` in your `GOPATH`: