mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 21:05:06 +07:00
docs: tweak archlinux installation guide (#333)
This commit is contained in:
parent
8334868905
commit
9e7460f588
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user