Update README.md

This commit is contained in:
Santiago Lo Coco 2022-02-03 01:27:19 -03:00 committed by GitHub
parent 0a025f419b
commit 0c3a3a2c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -9,10 +9,11 @@ Personal Arch Linux package repository.
## Usage <a name="usage"></a>
First, you need to locally sign my PGP key:
First, you need to download and locally sign my PGP key:
```bash
sudo pacman-key --add public.key
curl -LO slococo.com.ar/pgpkey
sudo pacman-key --add pgpkey
sudo pacman-key --lsign-key 199980CE93F18E62
```