Skip to content

Commit

Permalink
docs:update
Browse files Browse the repository at this point in the history
  • Loading branch information
gphper committed Sep 25, 2022
1 parent 6ebd04f commit 027a0b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
* 删除用户 `grm user delete`
## 运行项目
* 执行 `grm run -H ip地址 -p ip端口`
* 安装服务 `grm run --install`
* 卸载服务 `grm run --uninstall`
* 运行服务 `grm run --start`
* 停止服务 `grm run --stop`
* 访问地址 http://ip地址:ip端口/static/#/
## Nginx反向代理
```
Expand Down

0 comments on commit 027a0b7

Please sign in to comment.