mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix symbol
This commit is contained in:
parent
3dd95b0d54
commit
bc4856b895
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -20,19 +20,19 @@ You can repleace the `https://repo.bioarchlinux/$arch` with any mirror in [mirro
|
|||
|
||||
install GPG keyring to use bioarchlinux
|
||||
```
|
||||
$ pacman-key --recv-keys B1F96021DB62254D
|
||||
$ pacman-key --finger B1F96021DB62254D
|
||||
$ pacman-key --lsign-key B1F96021DB62254D
|
||||
# pacman-key --recv-keys B1F96021DB62254D
|
||||
# pacman-key --finger B1F96021DB62254D
|
||||
# pacman-key --lsign-key B1F96021DB62254D
|
||||
```
|
||||
|
||||
update the database
|
||||
```
|
||||
$ pacman -Syy
|
||||
# pacman -Syy
|
||||
```
|
||||
|
||||
install any package
|
||||
```
|
||||
$ pacman -S foo
|
||||
# pacman -S foo
|
||||
```
|
||||
|
||||
## Details
|
||||
|
|
Loading…
Add table
Reference in a new issue