Skip to content

Commit

Permalink
docs: update arch installation (daeuniverse#531)
Browse files Browse the repository at this point in the history
Co-authored-by: Sumire (菫) <[email protected]>
Co-authored-by: mzz <[email protected]>
  • Loading branch information
3 people authored Jun 16, 2024
1 parent df76e0d commit ed50de2
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 12 deletions.
31 changes: 25 additions & 6 deletions docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,38 @@ Check them using command like:

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
#### AUR

##### Latest Release

```shell
[yay/paru] -S dae
```

#### Install Manually
##### Latest Git Version

```shell
[yay/paru] -S dae-git
```

#### archlinuxcn

##### Latest Release (Optimized for x86-64 v3)

```shell
sudo pacman -S dae-bin-x64-v3
```

##### Latest Release (General x86-64 or aarch64)

```shell
sudo pacman -S dae
```

##### Latest Git Version

```shell
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/dae.git
cd dae
makepkg -si
sudo pacman -S dae-git
```

After installation, use systemctl to control it.
Expand Down
31 changes: 25 additions & 6 deletions docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,38 @@ CONFIG_BPF_EVENTS=y

dae 已发布于 [AUR](https://aur.archlinux.org/packages/dae)[archlinuxcn](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/dae),使用下述命令安装:

#### 使用 AUR 助手安装
#### AUR

##### 最新稳定版

```shell
[yay/paru] -S dae
```

#### 手动编译安装
##### 最新 Git 版

```shell
[yay/paru] -S dae-git
```

#### archlinuxcn

##### 最新稳定版 (针对 x86-64 v3 优化)

```shell
sudo pacman -S dae-bin-x64-v3
```

##### 最新稳定版 (x86-64 或 aarch64 通用版)

```shell
sudo pacman -S dae
```

##### 最新 Git 版

```shell
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/dae.git
cd dae
makepkg -si
sudo pacman -S dae-git
```

安装后,使用 systemctl 对服务进行控制:
Expand Down

0 comments on commit ed50de2

Please sign in to comment.