mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
update db before install pkg
This commit is contained in:
parent
f6ef032b4d
commit
ca7ce272da
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -25,6 +25,16 @@ $ pacman-key --finger B1F96021DB62254D
|
|||
$ pacman-key --lsign-key B1F96021DB62254D
|
||||
```
|
||||
|
||||
update the database
|
||||
```
|
||||
$ pacman -Syy
|
||||
```
|
||||
|
||||
install any package
|
||||
```
|
||||
$ pacman -S foo
|
||||
```
|
||||
|
||||
## Details
|
||||
|
||||
For details of [usage](https://github.com/BioArchLinux/Packages/wiki/Usage), [participation](https://github.com/BioArchLinux/Packages/wiki/Participation), [contribution](https://github.com/BioArchLinux/Packages/wiki/Contribution-to-the-repository), [maintainence contact](https://github.com/BioArchLinux/Packages/wiki/Become-maintainer) and [sponsorship](https://github.com/BioArchLinux/Packages/wiki/Sponsorship), please see our repository wiki page.
|
||||
|
|
Loading…
Add table
Reference in a new issue