Update README.md

This commit is contained in:
Santiago Lo Coco 2022-02-18 14:26:45 -03:00 committed by GitHub
parent 91e711103e
commit 1b9303fd40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ Personal Arch Linux package repository.
First, you need to download and locally sign my `PGP` key:
```bash
```
curl -LO slococo.com.ar/pgpkey
sudo pacman-key --add pgpkey
sudo pacman-key --lsign-key 199980CE93F18E62
@ -19,7 +19,7 @@ sudo pacman-key --lsign-key 199980CE93F18E62
Then, you need to add
```bash
```
[calrepo]
SigLevel = Required DatabaseOptional
Server = https://slococo.com.ar/$repo/$arch
@ -35,13 +35,13 @@ sudo pacman -Sy
Finally, to install, for example `zaread-git`:
```bash
```
sudo pacman -S zaread-git
```
or
```bash
```
sudo pacman -S calread/zaread-git
```