update readme

This commit is contained in:
Vick Scarlet
2021-09-05 22:53:06 +08:00
parent 6928367884
commit ee461384b2
2 changed files with 14 additions and 2 deletions

View File

@ -41,6 +41,12 @@ yarn dev
npm run dev
```
4. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)。
5. 控制台版本
```bash
node repl
```
5. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)。
> 更多信息请参考 [官网文档](https://liferestart.syaro.io/)。

View File

@ -41,6 +41,12 @@ Or
npm run dev
```
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).
4. 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/)。