Unverified Commit 2919d998 authored by Ravi Mahankali's avatar Ravi Mahankali Committed by GitHub

Update README.md

1st PR - Removing '$' for standard and consistancy across Kubernetes documentation
parent 4a1da48d
......@@ -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].
......
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