From bbe7b8c223fc16623e9b92482a327b4db6cc40b6 Mon Sep 17 00:00:00 2001 From: Chang lue Tsen Date: Tue, 29 Apr 2025 15:19:10 +0900 Subject: [PATCH] fix(docs): update download URLs in installation guides for server binaries --- doc/install-zh.md | 4 ++-- doc/install.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/install-zh.md b/doc/install-zh.md index 7410580..10d8292 100644 --- a/doc/install-zh.md +++ b/doc/install-zh.md @@ -6,14 +6,14 @@ #### 二进制安装 1.确定系统架构,并下载对应的二进制文件 -下载地址:`https://github.com/perfect-panel/ppanel/releases` +下载地址:`https://github.com/perfect-panel/server/releases` 示例说明:系统:Linux amd64,用户:root,当前目录:/root - 下载二进制文件 ```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 ``` - 解压二进制文件 diff --git a/doc/install.md b/doc/install.md index e5ab48c..bcecce9 100644 --- a/doc/install.md +++ b/doc/install.md @@ -8,14 +8,14 @@ 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` - Download the binary file: ```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: