This commit is contained in:
arraykeys
2021-06-03 10:17:01 +08:00
parent c1284de82b
commit d512cf3410
2 changed files with 62 additions and 1 deletions

View File

@@ -138,6 +138,37 @@ MacOS can be managed by commands below.
Windows can be managed using the system's Service Manager.
## UPDATE
### Linux
```shell
proxy-admin update
```
Force update.
```shell
proxy-admin update -f
```
### Windows
```bat
c:\
cd gpa
proxy-admin update
```
Force update.
```shell
c:\
cd gpa
proxy-admin update -f
```
## Thanks
[Back to the light](https://gitee.com/yinqi) The back-end template provided us a comfortable interactive experience.

View File

@@ -86,7 +86,6 @@ root账号执行
`./proxy-admin install`
### Windows
1. 使用助手工具安装
@@ -180,6 +179,37 @@ token="xxx"
3.要操面板的某个功能的数据请自行使用Chrome浏览器开启开发者工具观察面板操作的对应接口请求表单数据字段情况。
## 升级更新
### Linux
用`root`打开一个终端。
```shell
proxy-admin update
```
已经安装了最新的版本,默认不会更新,如果想强制更新加上 -f 参数即可。
```shell
proxy-admin update -f
```
### Windows
用`管理员`权限打开命令提示符窗口。
```bat
c:\
cd gpa
proxy-admin update
```
已经安装了最新的版本,默认不会更新,如果想强制更新加上 -f 参数即可。
```shell
c:\
cd gpa
proxy-admin update -f
```
## 鸣谢