From 824a4a229ff6341e29e0437fbc7d136597560c92 Mon Sep 17 00:00:00 2001 From: Vick Scarlet Date: Mon, 6 Sep 2021 15:25:07 +0800 Subject: [PATCH] update readme --- README-zh_CN.md | 8 +++++--- README.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index cd9feb3..1699126 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -10,6 +10,8 @@ ## 使用 +### 网页版 + 1. 下载项目代码。 ```bash @@ -41,12 +43,12 @@ yarn dev npm run dev ``` -5. 控制台版本 +4. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)。 + +### 控制台版本 ```bash node repl ``` -5. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)。 - > 更多信息请参考 [官网文档](https://liferestart.syaro.io/)。 diff --git a/README.md b/README.md index 5bc035a..19bf0e6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ English | [简体中文](./README-zh_CN.md) ## Usage +### Web Version + 1. Clone project code. ```bash @@ -41,12 +43,12 @@ Or npm run dev ``` -4. Command Line version +4. After the startup is complete, will automatically open a browser and visit [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html). + +### Command Line Version ```bash node repl ``` -5. After the startup is complete, will automatically open a browser and visit [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html). - > More instructions at [documentation](https://liferestart.syaro.io/)。