[zh] Fixed variable substitution

pull/28913/head
Arhell 2021-07-13 01:13:31 +03:00
parent 670116cc39
commit 2616547b98
1 changed files with 2 additions and 2 deletions

View File

@ -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
```