Skip to content

Commit

Permalink
Add Arch Linux Installation Guide (MatsuriDayo#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech authored Sep 24, 2023
1 parent 91b3d18 commit 5e0281f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
33 changes: 31 additions & 2 deletions docs/Run_Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 文件,解压到合适的路径,开箱即用。
Expand All @@ -18,8 +49,6 @@ sudo apt install ./nekoray-*-debian-x64.deb

具体使用方法见下文。

或者使用 AUR `nekoray-git`

## Linux 运行

**使用 Linux 系统相信您已具备基本的排错能力,
Expand Down

0 comments on commit 5e0281f

Please sign in to comment.