From 38ce2e47bde6ea1c79a05d0b6090f635ca659ea5 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Mon, 22 Aug 2022 01:17:49 +0100 Subject: [PATCH] add one-shot usage guide --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1daba52..1295881 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,6 @@ QT_QPA_PLATFORM=wayland ## Use My Arch Linux Repository Add the following content to the /etc/pacman.conf - ``` [guoyi] Server = https://repo.malacology.net/$arch @@ -80,3 +79,13 @@ install GPG keyring to use my repository # pacman-key --finger B1F96021DB62254D # pacman-key --lsign-key B1F96021DB62254D ``` + +then sync the database +``` +# pacman -Syu +``` + +install all pkgs you need +``` +# pacman -Sy $(curl -sS https://git.malacology.net/malacology/dotconfig/raw/branch/master/pkglist) +```