mirror of
https://github.com/snail007/proxy_admin_free.git
synced 2026-04-02 10:40:03 +00:00
update
This commit is contained in:
31
README.md
31
README.md
@@ -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.
|
||||
|
||||
32
README_ZH.md
32
README_ZH.md
@@ -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
|
||||
```
|
||||
|
||||
## 鸣谢
|
||||
|
||||
|
||||
Reference in New Issue
Block a user