aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-10-26 00:36:01 +0800
committerKunoiSayami <[email protected]>2021-10-26 00:36:01 +0800
commit831a6d7aba503927e2270365a3253a877eae3e14 (patch)
tree6fe99495c4ed991fd4a8ad9368f371a2656cf0ca /README.md
parent98eeddcfb67dd6e75bec4f09d160956c6c912072 (diff)
feat(script): Support auto re-build from specify commit message
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 143b9b2..143e588 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ KunoiSayami's Arch Linux Community Repository
```
[kunoisayami]
-Server = https://MASKED/repo
+Server = https://MASKED/$repo
```
-to your /etc/pacman.conf .
+to your `/etc/pacman.conf` .
#### Import PGP Keys:
@@ -18,3 +18,7 @@ curl -fL https://keys.openpgp.org/vks/v1/by-fingerprint/4A0F0C8BC709ACA4341767FB
sudo pacman-key --finger 4A0F0C8BC709ACA4341767FB243975C8DB9656B9
sudo pacman-key --lsign-key 4A0F0C8BC709ACA4341767FB243975C8DB9656B9
```
+
+### For developers:
+
+Use commit message starts with `fix(repo)` will let CI/CD rebuild all packages.