From 83623a9cf593e62d0ab3fdf5fd196617a0f284f5 Mon Sep 17 00:00:00 2001 From: fabian Date: Mon, 24 Oct 2022 20:11:08 +0200 Subject: [PATCH] Add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4e0838 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# ldSoft Signing Key + +## Trusting in pacman + +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 --lsign-key 1ADB5D03189622A64A7C49DA632B6460DF0A3920 +``` +