Update README.md

This commit is contained in:
Santiago Lo Coco 2022-02-02 23:59:28 -03:00 committed by GitHub
parent 338a1cdfe6
commit 3eb3cc38f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -9,9 +9,13 @@ Personal Arch Linux package repository.
## Usage <a name="usage"></a>
199980CE93F18E62
First, you need to locally sign my PGP key:
Add
```
sudo pacman-key --lsign-key 199980CE93F18E62
```
Then, add
```bash
[calrepo]
@ -21,6 +25,14 @@ Server = https://slococo.com.ar/$repo/$arch
to the end of `/etc/pacman.conf`.
Finally, you must sync the repositories:
```
sudo pacman -Sy
```
Now you can install any of the packages from the `calrepo` repo.
## Contributing <a name="contributing"></a>
PRs are welcome.