diff options
| author | KunoiSayami <[email protected]> | 2021-10-21 20:47:30 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-10-21 20:47:30 +0800 |
| commit | 69b0dc04d5a4c13f10c1ae902234acf418ccb4f4 (patch) | |
| tree | 74ed134351a84c9983af0f5f25461d5bbafde1e7 /README.md | |
init
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..62ba28d --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +KunoiSayami's Arch Linux Community Repository +==== + +### Usage + +#### Add repo: + +``` +[kunoisayami] +Server = https://MASKED/repo +``` +to your /etc/pacman.conf . + +#### Import PGP Keys: + +```bash +curl -fL https://keys.openpgp.org/vks/v1/by-fingerprint/43C24AB2392DFB61D7A5E4838B97E42C37978965 | sudo pacman-key --add - +sudo pacman-key --finger 43C24AB2392DFB61D7A5E4838B97E42C37978965 +sudo pacman-key --lsign-key 43C24AB2392DFB61D7A5E4838B97E42C37978965 +```
\ No newline at end of file |
