update readme

This commit is contained in:
Vick Scarlet
2021-09-06 15:25:07 +08:00
parent 2a3d811187
commit 824a4a229f
2 changed files with 10 additions and 6 deletions

View File

@@ -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/)。