From 1b9303fd40cc71abc849e1e6dfa8de4792371aa6 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 18 Feb 2022 14:26:45 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43efabb..faf415a 100644 --- a/README.md +++ b/README.md @@ -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 ```