Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Nov 25, 2023
1 parent 0423c04 commit 59e479f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ OUI --->
```

::: tip
The `Node.js 14.18+` is required to compile Oui.
The `Node.js 18+` is required to compile Oui.

Select `Use existing nodejs installation on the host system` to reduce compilation time.

Expand Down
4 changes: 2 additions & 2 deletions docs/src/zh/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ OUI --->
```

::: tip
编译 Oui 需要用到 Node,而且版本不能低于 14.18。
编译 Oui 需要用到 Node,而且版本不能低于 18。

勾选 `Use existing nodejs installation on the host system` 可节约编译时间,需要确保主机上安装的 Node 版本不低于 14.18。
勾选 `Use existing nodejs installation on the host system` 可节约编译时间,需要确保主机上安装的 Node 版本不低于 18。

你可以使用 [nvm](https://github.com/nvm-sh/nvm) 管理多个 Node 版本。
:::
Expand Down

0 comments on commit 59e479f

Please sign in to comment.