This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e876436293 [INLONG-758][Doc] Update the README.md file (#759)
e876436293 is described below

commit e876436293e4fb837fe019db9f10a0dd06f02aec
Author: Hao <[email protected]>
AuthorDate: Wed May 24 09:56:51 2023 +0800

    [INLONG-758][Doc] Update the README.md file (#759)
---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e3f6a5a016..f1b6c7b8ec 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ https://inlong.apache.org/
 
 InLong website is powered by [Docusaurus](https://docusaurus.io/).
 If your version of Docusaurus is less than `2.0.0`,please upgrade to `2.0.0`.
-Please also make sure your node version is 14.x, versions higher than 14.x is 
not supported by Docusaurus yet.
+Please also make sure your node version is 16.14.x, versions higher than 
16.14.x is not supported by Docusaurus yet.
 
 ## Build instruction 
 
@@ -15,11 +15,13 @@ Please also make sure your node version is 14.x, versions 
higher than 14.x is no
 2. Run `npm start` in the root directory to start a local server, you will see 
the website in 'http://127.0.0.1:3000'.
 3. Run `npm run build` to build source code.
 
+If you need to see the documentation in simplified Chinese, first `npm run 
build`, then use `npm run start-zh`.
+
 If you have higher version of node installed, you may consider `nvm` to allow 
different versions of `node` coexisting on your machine.
 
 1. Follow the [instructions](http://nvm.sh) to install nvm
-2. Run `nvm install v14.13.0` to install node v14
-3. Run `nvm use v14.13.0` to switch the working environment to node v14
+2. Run `nvm install v16.14.0` to install node v16
+3. Run `nvm use v16.14.0` to switch the working environment to node v16
 
 Then you are all set to run and build the website. Follow the build 
instruction above for the details.
 

Reply via email to