Skip to content

Commit

Permalink
docs: tweak archlinux installation guide (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech authored Sep 18, 2023
1 parent 8334868 commit 9e7460f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
13 changes: 10 additions & 3 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 10 additions & 3 deletions docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e7460f

Please sign in to comment.