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) +```