瀏覽代碼

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

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Sandro-Alessio Gierens 2 年之前
父節點
當前提交
95b7ddc338
共有 1 個文件被更改,包括 8 次插入1 次删除
  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