docs: update README and fix typo

This commit is contained in:
Bryan Lee
2021-09-06 14:47:31 +08:00
committed by 神戸小鳥
parent 5754749af2
commit 92d739ce24
2 changed files with 22 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# lifeRestart
# Life Restart
<a href="https://discord.gg/U3qrf49NMQ"><img src="https://img.shields.io/discord/883382868427014255?color=%23FEE75C&label=Discord&logo=discord&logoColor=white&style=for-the-badge" /></a>
@ -10,7 +10,9 @@
## 使用
### 网页版
<details>
<summary><strong>网页版</strong></summary>
<br />
1. 下载项目代码。
@ -45,10 +47,16 @@ npm run dev
4. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)。
### 控制台版本
</details>
<details>
<summary><strong>控制台版本</strong></summary>
<br />
```bash
node repl
```
</details>
> 更多信息请参考 [官网文档](https://liferestart.syaro.io/)。

View File

@ -1,4 +1,4 @@
# lifeRestart
# Life Restart
<a href="https://discord.gg/U3qrf49NMQ"><img src="https://img.shields.io/discord/883382868427014255?color=%23FEE75C&label=Discord&logo=discord&logoColor=white&style=for-the-badge" /></a>
@ -10,7 +10,9 @@ English | [简体中文](./README-zh_CN.md)
## Usage
### Web Version
<details>
<summary><strong>Web Version</strong></summary>
<br />
1. Clone project code.
@ -44,11 +46,16 @@ 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).
</details>
### Command Line Version
<details>
<summary><strong>Command Line Version</strong></summary>
<br />
```bash
node repl
```
> More instructions at [documentation](https://liferestart.syaro.io/)。
</details>
> More instructions at [documentation](https://liferestart.syaro.io/).