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:
parent
c57530eb47
commit
9d55130baa
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue