summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroatiz <iamoatiz@gmail.com>2023-05-26 23:23:42 +0800
committerGitHub <noreply@github.com>2023-05-26 23:23:42 +0800
commit493af3185092036cbbae81ae620b101f66cf4e9a (patch)
treed1e92996639f51f212ae09ffb2abba01fd725e54
parent95d304fb04a87fbb2534759177f6cd27f5816143 (diff)
docs: add Gentoo installation instructions (#296)
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 25aafbb..90f4ac1 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,13 @@ sudo dnf install joshuto
[yay/paru] -S joshuto-git
```
+##### Gentoo ([gentoo-zh](https://github.com/microcai/gentoo-zh/tree/master/app-misc/joshuto))
+
+```
+sudo eselect repository enable gentoo-zh
+sudo emerge -av app-misc/joshuto
+```
+
##### MacOS ([MacPorts](https://ports.macports.org/port/joshuto/details/))
```