From 815febfd826d807559c230e2913f43565ad98f00 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Mon, 30 Dec 2024 20:07:59 +0800 Subject: [PATCH] Updated Release files introduction (markdown) --- Release-files-introduction.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Release-files-introduction.md b/Release-files-introduction.md index e4aefeb..fe5e073 100644 --- a/Release-files-introduction.md +++ b/Release-files-introduction.md @@ -15,9 +15,11 @@ ### Linux x64 - `v2rayN-linux-64.zip` 包含部分Core文件;独立包 +- `v2rayN-linux-64.deb` 不包含Core文件;安装:`sudo dpkg -i v2rayN-linux-64.deb` ### Linux arm64 - `v2rayN-linux-arm64.zip` 包含部分Core文件;独立包 +- `v2rayN-linux-arm64.deb` 不包含Core文件;安装:`sudo dpkg -i v2rayN-linux-arm64.deb` ### 支持的Linux发行版 ``` Debian 9+ @@ -27,9 +29,11 @@ Fedora 30+ ### macOS x64 - `v2rayN-macos-64.zip` 包含部分Core文件;独立包 +- `v2rayN-macos-64.dmg` 不包含Core文件;安装后需要运行:`xattr -cr /Applications/v2rayN.app` ### macOS arm64 - `v2rayN-macos-arm64.zip` 包含部分Core文件;独立包 +- `v2rayN-macos-arm64.dmg` 不包含Core文件;安装后需要运行:`xattr -cr /Applications/v2rayN.app` ### 支持的macOS 版本 ``` macOS 10.14+