Prechádzať zdrojové kódy

docs(readme): add potential gpg install to deb installation instructions

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens 2 rokov pred
rodič
commit
95b7ddc338
1 zmenil súbory, kde vykonal 8 pridanie a 1 odobranie
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -99,7 +99,14 @@ pacman -S eza
 Eza is available from [deb.gierens.de](http://deb.gierens.de). The GPG public
 key is in this repo under [deb.asc](/deb.asc).
 
-To install eza from this repo use:
+First make sure you have the `gpg` command, and otherwise install it via:
+
+```bash
+sudo apt update
+sudo apt install -y gpg
+```
+
+Then install eza via:
 
 ```bash
 sudo mkdir -p /etc/apt/keyrings