[zh] Fixed variable substitution

This commit is contained in:
Arhell
2021-07-13 01:13:31 +03:00
parent 670116cc39
commit 2616547b98
@@ -143,8 +143,8 @@ For example:
例如:
```shell
export K8S_WEBROOT=$(GOPATH)/src/github.com/<your-username>/website
export K8S_ROOT=$(GOPATH)/src/k8s.io/kubernetes
export K8S_WEBROOT=${GOPATH}/src/github.com/<your-username>/website
export K8S_ROOT=${GOPATH}/src/k8s.io/kubernetes
export K8S_RELEASE=1.17.0
```