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