Merge pull request #99 from mikebrow/add-installtools-toreadme

mention the need to add install tools
This commit is contained in:
Mrunal Patel 2016-10-05 20:16:11 -07:00 committed by GitHub
commit c2e9f31491

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
```