mirror of
https://github.com/daeuniverse/dae.git
synced 2025-03-10 04:47:25 +07:00
docs: update arch installation (#531)
Co-authored-by: Sumire (菫) <151038614+sumire88@users.noreply.github.com> Co-authored-by: mzz <2017@duck.com>
This commit is contained in:
parent
df76e0d6b9
commit
ed50de2ef8
@ -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
|
||||
pacman -S --needed git base-devel
|
||||
git clone https://aur.archlinux.org/dae.git
|
||||
cd dae
|
||||
makepkg -si
|
||||
[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
|
||||
sudo pacman -S dae-git
|
||||
```
|
||||
|
||||
After installation, use systemctl to control it.
|
||||
|
@ -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
|
||||
pacman -S --needed git base-devel
|
||||
git clone https://aur.archlinux.org/dae.git
|
||||
cd dae
|
||||
makepkg -si
|
||||
[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
|
||||
sudo pacman -S dae-git
|
||||
```
|
||||
|
||||
安装后,使用 systemctl 对服务进行控制:
|
||||
|
Loading…
Reference in New Issue
Block a user