mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-19 06:30:07 +08:00
Add Arch Linux Installation Guide (#897)
This commit is contained in:
parent
91b3d18e97
commit
5e0281fa7d
12
README.md
12
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
|
||||
|
||||
|
||||
@ -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 系统相信您已具备基本的排错能力,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user