Skip to content

Commit

Permalink
docs: update README and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liby authored and VickScarlet committed Sep 10, 2021
1 parent 5754749 commit 92d739c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
14 changes: 11 additions & 3 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -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>

Expand All @@ -10,7 +10,9 @@

## 使用

### 网页版
<details>
<summary><strong>网页版</strong></summary>
<br />

1. 下载项目代码。

Expand Down Expand Up @@ -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/)
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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>

Expand All @@ -10,7 +10,9 @@ English | [简体中文](./README-zh_CN.md)

## Usage

### Web Version
<details>
<summary><strong>Web Version</strong></summary>
<br />

1. Clone project code.

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

0 comments on commit 92d739c

Please sign in to comment.