From 9d55130baa9329fde866111a0db8e67d83af9c0e Mon Sep 17 00:00:00 2001 From: Zhang Wei Date: Tue, 8 Nov 2016 17:16:25 +0800 Subject: [PATCH] Add missing steps in README The guideline in README doesn't work, one important step `#make` is missing, so fix it. Signed-off-by: Zhang Wei --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65d8920b..6494f6f2 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ $ mkdir $GOPATH $ go get -d github.com/kubernetes-incubator/cri-o $ cd $GOPATH/src/github.com/kubernetes-incubator/cri-o $ make install.tools +$ make $ sudo make install ```