From 4c471e71099f3a6e37e394982844f5602ef77162 Mon Sep 17 00:00:00 2001 From: Samisafool Date: Sat, 5 Feb 2022 08:55:30 +0530 Subject: [PATCH] Mention yadm in official arch repos --- _docs/020_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/020_install.md b/_docs/020_install.md index 2c29d05..8f818a4 100644 --- a/_docs/020_install.md +++ b/_docs/020_install.md @@ -26,10 +26,10 @@ A version of yadm is available via standard package repositories. Use `apt-get` ## Arch Linux -yadm is available in the [Arch User Repos](https://wiki.archlinux.org/index.php/Arch_User_Repository) and can be installed with an [AUR helper](https://wiki.archlinux.org/index.php/AUR_helpers) or with [Makepkg](https://wiki.archlinux.org/index.php/Makepkg). +yadm is available in the official repository, simply use `pacman` to install it. ``` -yay -Syu yadm-git +sudo pacman -S yadm ``` ## Gentoo Linux