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 <zhangwei555@huawei.com>
This commit is contained in:
Zhang Wei 2016-11-08 17:16:25 +08:00
parent c57530eb47
commit 9d55130baa

View file

@ -51,6 +51,7 @@ $ mkdir $GOPATH
$ go get -d github.com/kubernetes-incubator/cri-o $ go get -d github.com/kubernetes-incubator/cri-o
$ cd $GOPATH/src/github.com/kubernetes-incubator/cri-o $ cd $GOPATH/src/github.com/kubernetes-incubator/cri-o
$ make install.tools $ make install.tools
$ make
$ sudo make install $ sudo make install
``` ```