From caeacfce34a9a5a042e8ef6d713defb9c5abe437 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 10 Dec 2019 12:19:25 +0100 Subject: [PATCH] Correct grammar/typo in BUILDING.MD Signed-off-by: Daniel Bevenius --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index e750cef6e..db5527b21 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -160,7 +160,7 @@ You are now ready to [build](#build-containerd): ``` ## 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`: