diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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 |
