summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4287566..cc1b65c 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,19 @@
# Arch Linux MineralwaterXu Repository
+Here are package sources, which I maintain, co-maintain or host.
+
+## Package Repository
+
+To use my package repository, add [my GPG key](https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0a979d95548d549c) to your pacman keyring:
+
+```sh
+pacman-key --recv-keys 0A979D95548D549C
+pacman-key --lsign-key 0A979D95548D549C
```
-/etc/pacman.conf
----
+
+Then add the repository configuration to your `pacman.conf` after the *[community]* repository.
+
+```ini
[archlinuxmw]
Server = https://m1neralwater.com/repo
``` \ No newline at end of file