From d163101fdc6d6e5ea55427fc2e92c96aa0ef0576 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sun, 26 Oct 2025 10:22:48 +0800 Subject: [PATCH] Updated Release files introduction (markdown) --- Release-files-introduction.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Release-files-introduction.md b/Release-files-introduction.md index e389fb7..d2b3992 100644 --- a/Release-files-introduction.md +++ b/Release-files-introduction.md @@ -38,14 +38,16 @@ #### Linux x64 - `v2rayN-linux-64.zip` 执行: `chmod +x v2rayN` 普通用户运行 `./v2rayN` -- `v2rayN-linux-64.deb` 安装:`sudo dpkg -i v2rayN-linux-64.deb` ,无法使用内置检查更新升级版本 -- `v2rayN-linux-64.AppImage` 无法使用内置检查更新升级版本 +- `v2rayN-linux-x64.deb` 安装:`sudo apt install -y v2rayN-linux-x64.deb` +- `v2rayN-linux-rhel-x64.rpm` 安装:`sudo dnf install -y v2rayN-linux-rhel-x64.rpm` + #### Linux arm64 - `v2rayN-linux-arm64.zip` 执行: `chmod +x v2rayN` 普通用户运行 `./v2rayN` -- `v2rayN-linux-arm64.deb` 安装:`sudo dpkg -i v2rayN-linux-arm64.deb` ,无法使用内置检查更新升级版本 -- `v2rayN-linux-arm64.AppImage` 无法使用内置检查更新升级版本 +- `v2rayN-linux-arm64.deb` 安装:`sudo apt install -y v2rayN-linux-arm64.deb` +- `v2rayN-linux-rhel-arm64.rpm` 安装:`sudo dnf install -y v2rayN-linux-rhel-arm64.rpm` + ### macOS