From 8037e6bde5d38dac69ca91a8c7c6c71840da94ca Mon Sep 17 00:00:00 2001 From: Integral <71180087+Integral-Tech@users.noreply.github.com> Date: Mon, 18 Sep 2023 19:59:24 +0800 Subject: [PATCH] docs/getting-started.md: add archlinux installation guide (#283) --- docs/getting-started.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index b9cea4d9..7c716183 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -80,6 +80,33 @@ sudo systemctl start daed sudo systemctl enable daed `````` +### Arch Linux + +Releases are available in or the following command installs the latest version of the precompiled installation package consistent with your current system architecture + +#### AUR +##### Latest Release +``````shell +[yay/paru] -S daed +`````` +##### Latest Git Version +``````shell +[yay/paru] -S daed-git +`````` + +#### archlinuxcn +##### Latest Release (Optimized for x86-64 v3) +``````shell +sudo pacman -S daed-bin-x64-v3 +`````` +##### Latest Release (General x86-64 or aarch64) +``````shell +sudo pacman -S daed +`````` +##### Latest Git Version +``````shell +sudo pacman -S daed-git +`````` ### Docker (Experimental) Pre-built Docker images are available in `ghcr.io/daeuniverse/daed`. The command below pulls and runs the latest image