提交 ba50a5f1 编写于 作者: K kairen

Update build guide

上级 3acb2a18
...@@ -16,7 +16,7 @@ $ sudo dnf install -y glibc-static ...@@ -16,7 +16,7 @@ $ sudo dnf install -y glibc-static
Clone minikube into your go path under `$GOPATH/src/k8s.io` 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 $ cd $GOPATH/src/k8s.io/minikube
$ make $ make
``` ```
...@@ -73,4 +73,3 @@ For example, to run the test `should update annotations on modification [Conform ...@@ -73,4 +73,3 @@ For example, to run the test `should update annotations on modification [Conform
```shell ```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 go run hack/e2e.go -v --test --test_args="--ginkgo.focus=should\supdate\sannotations\son\smodification" --check_version_skew=false --check_node_count=false
``` ```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册