fix(docs): update download URLs in installation guides for server binaries
This commit is contained in:
parent
fdf51a60e9
commit
bbe7b8c223
@ -6,14 +6,14 @@
|
|||||||
#### 二进制安装
|
#### 二进制安装
|
||||||
1.确定系统架构,并下载对应的二进制文件
|
1.确定系统架构,并下载对应的二进制文件
|
||||||
|
|
||||||
下载地址:`https://github.com/perfect-panel/ppanel/releases`
|
下载地址:`https://github.com/perfect-panel/server/releases`
|
||||||
|
|
||||||
示例说明:系统:Linux amd64,用户:root,当前目录:/root
|
示例说明:系统:Linux amd64,用户:root,当前目录:/root
|
||||||
|
|
||||||
- 下载二进制文件
|
- 下载二进制文件
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ wget https://github.com/perfect-panel/ppanel/releases/download/v0.1.0/ppanel-server-linux-amd64.tar.gz
|
$ wget https://github.com/perfect-panel/server/releases/download/v1.0.0/ppanel-server-linux-amd64.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
- 解压二进制文件
|
- 解压二进制文件
|
||||||
|
|||||||
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
1. Determine your system architecture and download the corresponding binary file.
|
1. Determine your system architecture and download the corresponding binary file.
|
||||||
|
|
||||||
Download URL: `https://github.com/perfect-panel/ppanel/releases`
|
Download URL: `https://github.com/perfect-panel/server/releases`
|
||||||
|
|
||||||
Example setup: OS: Linux amd64, User: root, Current directory: `/root`
|
Example setup: OS: Linux amd64, User: root, Current directory: `/root`
|
||||||
|
|
||||||
- Download the binary file:
|
- Download the binary file:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ wget https://github.com/perfect-panel/ppanel/releases/download/v0.1.0/ppanel-server-linux-amd64.tar.gz
|
$ wget https://github.com/perfect-panel/server/releases/download/v1.0.0/ppanel-server-linux-amd64.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
- Extract the binary file:
|
- Extract the binary file:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user