Skip to content

Commit

Permalink
Fix issue cloudnativeto#196: add the translation of quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeaone authored and Zeaone committed Aug 5, 2021
1 parent 7b7b1bb commit ef72c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ arch=$(go env GOARCH)
curl -L https://go.kubebuilder.io/dl/2.3.1/${os}/${arch} | tar -xz -C /tmp/
```

If you are using a Kubebuilder plugin version less than version `v3+`, you must configure the Kubernetes binaries required for the [envtest][envtest], run:
如果您使用的Kubebuilder插件版本低于`v3+`,则必须配置envtest所需的Kubernetes二进制文件,执行如下命令:

```bash
# 将 kubebuilder 移动到一个长期的路径,并将其加入环境变量 path 中
Expand Down

0 comments on commit ef72c85

Please sign in to comment.