From ca7ce272daf1dbb4397b38741dc7b44b140a6c10 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Wed, 22 Jun 2022 13:34:05 +0100 Subject: [PATCH] update db before install pkg --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7af6abe3ec..6a231cdfe4 100644 --- a/README.md +++ b/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.