Simplified Chinese Install & Setup Guides Added (#6604)

* Simplified Chinese Install & Setup Guides Added

* Using lists in navigation between languages

* (Delete a closing bracket added by mistake

Co-authored-by: Candinya <dev@lcy.moe>
This commit is contained in:
Nya Candy
2020-07-30 17:05:26 +08:00
committed by GitHub
parent 770e7378be
commit f5d43b1f25
10 changed files with 297 additions and 7 deletions

14
docs/manage.zh.md Normal file
View File

@ -0,0 +1,14 @@
# 运营指南
## 检查任务队列的状态
即将到来……
## 设置用户为管理员
``` shell
node built/tools/mark-admin (用户名)
```
样例
``` shell
node built/tools/mark-admin @syuilo
```