Update build guide

pull/2054/head
kairen 2017-10-12 17:56:49 +08:00
parent 3acb2a18a9
commit ba50a5f15c
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ $ sudo dnf install -y glibc-static
Clone minikube into your go path under `$GOPATH/src/k8s.io`
```
$ git clone https://github.com/kubernetes/minikube.git $GOPATH/src/k8s.io
$ git clone https://github.com/kubernetes/minikube.git $GOPATH/src/k8s.io/minikube
$ cd $GOPATH/src/k8s.io/minikube
$ make
```
@ -73,4 +73,3 @@ For example, to run the test `should update annotations on modification [Conform
```shell
go run hack/e2e.go -v --test --test_args="--ginkgo.focus=should\supdate\sannotations\son\smodification" --check_version_skew=false --check_node_count=false
```