From dcb6054b6db9862024c7ee358242376fc8b5d7e0 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sun, 26 Oct 2025 10:36:07 +0800 Subject: [PATCH] Updated Release files introduction (markdown) --- Release-files-introduction.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Release-files-introduction.md b/Release-files-introduction.md index d2b3992..c1088cc 100644 --- a/Release-files-introduction.md +++ b/Release-files-introduction.md @@ -27,7 +27,8 @@ ### Linux 1. 非`zip`格式包为安装版,存储文件位置为系统规定的用户文件中 -2. 支持的发行版 +2. deb 适用于 Debian/Ubuntu,rpm 适用于 Fedora/Redhat +3. 支持的发行版 ``` Debian 12 + Ubuntu 22.04 + @@ -35,18 +36,20 @@ Redhat 9 + ``` + #### Linux x64 - `v2rayN-linux-64.zip` 执行: `chmod +x v2rayN` 普通用户运行 `./v2rayN` -- `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` +- `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 apt install -y v2rayN-linux-arm64.deb` -- `v2rayN-linux-rhel-arm64.rpm` 安装:`sudo dnf install -y v2rayN-linux-rhel-arm64.rpm` +- `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