mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Update README.md
1st PR - Removing '$' for standard and consistancy across Kubernetes documentation
This commit is contained in:
parent
4a1da48d11
commit
2919d9988b
12
README.md
12
README.md
@ -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].
|
||||||
|
Loading…
Reference in New Issue
Block a user