Update README.md

This commit is contained in:
Kuoi 2022-04-16 18:30:47 +01:00 committed by GitHub
parent 9fb1e1f3f0
commit 58cab6795b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,20 @@ BioArchLinux</h3>
<a href="https://v.ps/" target="_blank"><img height="70px" src="https://raw.githubusercontent.com/BioArchLinux/Packages/master/logs/xtom.png"></a>
</div>
## 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.