fix symbol

This commit is contained in:
Kuoi 2022-07-02 05:21:47 +01:00 committed by GitHub
parent 3dd95b0d54
commit bc4856b895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,19 +20,19 @@ You can repleace the `https://repo.bioarchlinux/$arch` with any mirror in [mirro
install GPG keyring to use bioarchlinux install GPG keyring to use bioarchlinux
``` ```
$ pacman-key --recv-keys B1F96021DB62254D # pacman-key --recv-keys B1F96021DB62254D
$ pacman-key --finger B1F96021DB62254D # pacman-key --finger B1F96021DB62254D
$ pacman-key --lsign-key B1F96021DB62254D # pacman-key --lsign-key B1F96021DB62254D
``` ```
update the database update the database
``` ```
$ pacman -Syy # pacman -Syy
``` ```
install any package install any package
``` ```
$ pacman -S foo # pacman -S foo
``` ```
## Details ## Details