summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIntegral <71180087+Integral-Tech@users.noreply.github.com>2023-08-12 21:01:51 +0800
committerGitHub <noreply@github.com>2023-08-12 09:01:51 -0400
commit77eac9f85535cf5e40818bb526d1f898ce4514e5 (patch)
treea1ae0a47a76cade79c9f4e69fd6186d34bf97b46
parent98a72a030e12a0af020607ca57ffbdc7eeabdbc0 (diff)
README.md: add archlinuxcn installation source (#398)
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 552377a..c4c13d9 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,22 @@ sudo dnf install joshuto
[yay/paru] -S joshuto-git
```
+##### Arch ([archlinuxcn](https://github.com/archlinuxcn/repo/))
+
+- [stable version (x86_64)](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/joshuto)
+- [stable version (aarch64)](https://github.com/archlinuxcn/repo/tree/master/alarm/joshuto)
+
+```
+[yay/paru] -S joshuto
+```
+
+- [latest git version (x86_64)](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/joshuto-git)
+- [latest git version (aarch64)](https://github.com/archlinuxcn/repo/tree/master/alarm/joshuto-git)
+
+```
+[yay/paru] -S joshuto-git
+```
+
##### Gentoo ([gentoo-zh](https://github.com/microcai/gentoo-zh/tree/master/app-misc/joshuto))
```