Merge pull request #76306 from ravi-mrk/patch-1

Update README.md
This commit is contained in:
Kubernetes Prow Robot 2019-04-09 09:56:14 -07:00 committed by GitHub
commit 559b11410e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,17 +42,17 @@ If you want to build Kubernetes right away there are two options:
##### You have a working [Go environment].
```
$ go get -d k8s.io/kubernetes
$ cd $GOPATH/src/k8s.io/kubernetes
$ make
go get -d k8s.io/kubernetes
cd $GOPATH/src/k8s.io/kubernetes
make
```
##### You have a working [Docker environment].
```
$ git clone https://github.com/kubernetes/kubernetes
$ cd kubernetes
$ make quick-release
git clone https://github.com/kubernetes/kubernetes
cd kubernetes
make quick-release
```
For the full story, head over to the [developer's documentation].