docs: tweak archlinux installation guide (#333)

This commit is contained in:
Integral 2023-09-18 19:55:02 +08:00 committed by GitHub
parent 8334868905
commit 9e7460f588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 6 deletions

View File

@ -68,12 +68,19 @@ Check them using command like:
## Installation
### Archlinux/Manjaro
### Arch Linux / Manjaro
dae has been released on [AUR](https://aur.archlinux.org/packages/dae).
dae has been released on [AUR](https://aur.archlinux.org/packages/dae) and [archlinuxcn](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/dae).
#### Install by AUR Helper
```shell
[yay/paru] -S dae
```
#### Install Manually
```shell
# yay -S dae
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/dae.git
cd dae

View File

@ -64,12 +64,19 @@ CONFIG_BPF_EVENTS=y
## 安装
### Archlinux/Manjaro
### Arch Linux / Manjaro
dae 已发布于 [AUR](https://aur.archlinux.org/packages/dae),使用下述命令安装:
dae 已发布于 [AUR](https://aur.archlinux.org/packages/dae) 和 [archlinuxcn](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/dae),使用下述命令安装:
#### 使用 AUR 助手安装
```shell
[yay/paru] -S dae
```
#### 手动编译安装
```shell
# yay -S dae
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/dae.git
cd dae