From 5e0281fa7d278a77951b1a23c473a764140c45bb Mon Sep 17 00:00:00 2001 From: Integral <71180087+Integral-Tech@users.noreply.github.com> Date: Sun, 24 Sep 2023 12:29:03 +0800 Subject: [PATCH] Add Arch Linux Installation Guide (#897) --- README.md | 12 ++++++++++-- docs/Run_Linux.md | 33 +++++++++++++++++++++++++++++++-- 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48cebaa..f9d20fd 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,16 @@ Support Windows / Linux out of the box now. ### Package -1. AUR: [nekoray-git](https://aur.archlinux.org/packages/nekoray-git) -2. Scoop extras: `scoop install nekoray` +#### AUR +- [nekoray](https://aur.archlinux.org/packages/nekoray) +- [nekoray-git](https://aur.archlinux.org/packages/nekoray-git) + +#### archlinuxcn +- [nekoray](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/nekoray) +- [nekoray-git](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/nekoray-git) + +#### Scoop extras +`scoop install nekoray` ## 更改记录 & 发布频道 / Changelog & Telegram channel diff --git a/docs/Run_Linux.md b/docs/Run_Linux.md index e780f1c..ae0aaa1 100644 --- a/docs/Run_Linux.md +++ b/docs/Run_Linux.md @@ -10,6 +10,37 @@ sudo apt install ./nekoray-*-debian-x64.deb 安装完成后,桌面快捷方式启动自带参数 `-appdata`,如果想要直接启动并使用之前的配置,注意附带本参数。 +### Arch 系发行版 + +使用 Arch 系发行版时,推荐从 ```aur``` 或 ```archlinuxcn``` 安装: + +#### AUR +##### 最新稳定版 + +```shell +[yay/paru] -S nekoray +``` + +##### 最新 Git 版 (开发版) + +```shell +[yay/paru] -S nekoray-git +``` + +#### archlinuxcn + +##### 最新稳定版 + +```shell +sudo pacman -S nekoray +``` + +##### 最新 Git 版 (开发版) + +```shell +sudo pacman -S nekoray-git +``` + ### 其他发行版 下载 .zip 文件,解压到合适的路径,开箱即用。 @@ -18,8 +49,6 @@ sudo apt install ./nekoray-*-debian-x64.deb 具体使用方法见下文。 -或者使用 AUR `nekoray-git`。 - ## Linux 运行 **使用 Linux 系统相信您已具备基本的排错能力,