add one-shot usage guide
This commit is contained in:
parent
9da94c6eb6
commit
38ce2e47bd
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -68,7 +68,6 @@ QT_QPA_PLATFORM=wayland
|
||||||
## Use My Arch Linux Repository
|
## Use My Arch Linux Repository
|
||||||
|
|
||||||
Add the following content to the /etc/pacman.conf
|
Add the following content to the /etc/pacman.conf
|
||||||
|
|
||||||
```
|
```
|
||||||
[guoyi]
|
[guoyi]
|
||||||
Server = https://repo.malacology.net/$arch
|
Server = https://repo.malacology.net/$arch
|
||||||
|
@ -80,3 +79,13 @@ install GPG keyring to use my repository
|
||||||
# pacman-key --finger B1F96021DB62254D
|
# pacman-key --finger B1F96021DB62254D
|
||||||
# pacman-key --lsign-key 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)
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue