From 58cab6795b844e62188ba11145f6513c4441bcc7 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sat, 16 Apr 2022 18:30:47 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d8d6ca64fc..49f5c62064 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,20 @@ BioArchLinux +## Usage + +Add the fllowing content to the `/etc/pacman.conf` +``` +[BioArchLinux] +Server = https://repo.bioarchlinux.org/$arch +``` +You can repleace the `https://repo.bioarchlinux/$arch` with any mirror in [mirrorlist](https://raw.githubusercontent.com/BioArchLinux/mirror/main/mirrorlist.bio) + +install GPG keyring to use bioarchlinux +``` +sudo pacman -Sy && sudo pacman -S bioarchlinux-keyring +``` + ## 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.