mention the need to add install tools

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown 2016-10-05 20:05:35 -05:00
parent a5da8a4d1e
commit 18df9788de

View file

@ -50,6 +50,7 @@ $ GOPATH=/path/to/gopath
$ mkdir $GOPATH
$ go get -d github.com/kubernetes-incubator/cri-o
$ cd $GOPATH/src/github.com/kubernetes-incubator/cri-o
$ make install.tools
$ make binaries
$ sudo make install
```