From 62bd5e666aa66603f27bd2aa93e1991f54953e33 Mon Sep 17 00:00:00 2001 From: Jack_Gu <33693927+guhaishuo@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:11:00 +0800 Subject: [PATCH] docs: update doc (#12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update index.md 修改不存在的命令edit为set * Update index.en-US.md Change invalid command `edit` to `set` --- docs/tutorial/knext/index.en-US.md | 2 +- docs/tutorial/knext/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/knext/index.en-US.md b/docs/tutorial/knext/index.en-US.md index 1868f13..16add71 100644 --- a/docs/tutorial/knext/index.en-US.md +++ b/docs/tutorial/knext/index.en-US.md @@ -39,7 +39,7 @@ This example can help you quickly start with importing and analyzing inference o Execute the following command to set the server address of OpenSPG (by default it's http://127.0.0.1:8887 for local address): ```bash -knext config edit --global host_addr=http://127.0.0.1:8887 +knext config set --global host_addr=http://127.0.0.1:8887 ``` ### 2.2 Create Project diff --git a/docs/tutorial/knext/index.md b/docs/tutorial/knext/index.md index ed85ecd..ced6430 100644 --- a/docs/tutorial/knext/index.md +++ b/docs/tutorial/knext/index.md @@ -39,7 +39,7 @@ knext --version 执行以下命令,设置OpenSPG服务端地址(默认为本地地址 [http://127.0.0.1:8887](http://127.0.0.1:8887) ): ```bash -knext config edit --global host_addr=http://127.0.0.1:8887 +knext config set --global host_addr=http://127.0.0.1:8887 ``` ### 2.2 创建一个示例项目