Unverified Commit 559b1141 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

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

Update README.md
parents c62cd6e3 2919d998
...@@ -42,17 +42,17 @@ If you want to build Kubernetes right away there are two options: ...@@ -42,17 +42,17 @@ If you want to build Kubernetes right away there are two options:
##### You have a working [Go environment]. ##### You have a working [Go environment].
``` ```
$ go get -d k8s.io/kubernetes go get -d k8s.io/kubernetes
$ cd $GOPATH/src/k8s.io/kubernetes cd $GOPATH/src/k8s.io/kubernetes
$ make make
``` ```
##### You have a working [Docker environment]. ##### You have a working [Docker environment].
``` ```
$ git clone https://github.com/kubernetes/kubernetes git clone https://github.com/kubernetes/kubernetes
$ cd kubernetes cd kubernetes
$ make quick-release make quick-release
``` ```
For the full story, head over to the [developer's documentation]. For the full story, head over to the [developer's documentation].
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment