diff --git a/README.md b/README.md index 578a9b15..a3064432 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Get the corresponding binary files from the [release](https://github.com/kubesph ```shell VERSION=v4.0.0 WEB_INSTALLER_VERSION=v1.0.0 hack/downloadKubekey.sh # run with UI -kk web --schema-path schema -ui-path dist +kk web --schema-path schema --ui-path dist ``` > If there is a config.yaml file in the current directory, running `./package.sh config.yaml` to build an offline package. diff --git a/README_zh-CN.md b/README_zh-CN.md index d748d7a8..4f4004e8 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -35,7 +35,7 @@ helm upgrade --install --create-namespace -n kubekey-system kubekey config/kubek ```shell VERSION=v4.0.0 WEB_INSTALLER_VERSION=v1.0.0 hack/downloadKubekey.sh # run with UI -kk web --schema-path schema -ui-path dist +kk web --schema-path schema --ui-path dist ``` > 如果当前目录有config.yaml文件。执行`./package.sh config.yaml`来构建离线包