fix(docs): update download URLs in installation guides for server binaries

This commit is contained in:
Chang lue Tsen 2025-04-29 15:19:10 +09:00
parent fdf51a60e9
commit bbe7b8c223
2 changed files with 4 additions and 4 deletions

View File

@ -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
``` ```
- 解压二进制文件 - 解压二进制文件

View File

@ -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: