Add Arch Linux Installation Guide (#897)

This commit is contained in:
Integral 2023-09-24 12:29:03 +08:00 committed by GitHub
parent 91b3d18e97
commit 5e0281fa7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 4 deletions

View File

@ -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

View File

@ -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 系统相信您已具备基本的排错能力,