Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
1st PR - Removing '$' for standard and consistancy across Kubernetes documentation
  • Loading branch information
ravi-mrk authored Apr 9, 2019
1 parent 4a1da48 commit 2919d99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit 2919d99

Please sign in to comment.