From 65b05133466327d67463cfa59ec056594119deb0 Mon Sep 17 00:00:00 2001 From: fabian Date: Sun, 22 Jan 2023 13:48:36 +0100 Subject: [PATCH] Update documentation - correct pacman-key cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4e0838..10d3ed6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ You must import the key in pacman and locally sign it in order to use the ldSoft Arch Linux repository. ```bash -sudo pacman-key --import < pubkey.asc +sudo pacman-key --add pubkey.asc sudo pacman-key --lsign-key 1ADB5D03189622A64A7C49DA632B6460DF0A3920 ```