Add README

This commit is contained in:
2022-10-24 20:11:08 +02:00
parent 435528295c
commit 83623a9cf5

11
README.md Normal file
View File

@@ -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
```