Update README.md

This commit is contained in:
Santiago Lo Coco 2022-02-03 00:56:35 -03:00 committed by GitHub
parent 04a64e0bc0
commit 0a025f419b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 11 deletions

View File

@ -9,12 +9,14 @@ Personal Arch Linux package repository.
## Usage <a name="usage"></a>
First, you need to locally sign my PGP key:
```bash
sudo pacman-key --add public.key
sudo pacman-key --lsign-key 199980CE93F18E62
```
First, you need to add
Then, you need to add
```bash
[calrepo]
@ -24,13 +26,13 @@ Server = https://slococo.com.ar/$repo/$arch
to the end of `/etc/pacman.conf`.
Then, you must sync the repositories:
Now, you must sync the repositories:
```
sudo pacman -Sy
```
Now, to install, for example `zaread-git`:
Finally, to install, for example `zaread-git`:
```bash
sudo pacman -S zaread-git
@ -42,14 +44,6 @@ or
sudo pacman -S calread/zaread-git
```
Finally, `pacman` will ask you if you want to import my PGP key:
```bash
:: Import PGP key 199980CE93F18E62, "Santiago Lo Coco <santilococo.01 at gmail dot com>"? [Y/n]
```
So accept it by typing a `Y`.
## Contributing <a name="contributing"></a>
PRs are welcome.