docs(readme): add Gentoo Linux (#10474)
Vitaly Zdanevich committed
Aug 12, 2024 at 16:17 UTC
7500922f5ae9274748bb13f40ae173860a0fa9ae
1 file changed
+12
README.md
+12
@@ -73,6 +73,7 @@ Before opening an issue, consider using one of the following locations to ensure
73
- [Downloading builds using IPFS](#downloading-builds-using-ipfs)
74
- [Unofficial Linux packages](#unofficial-linux-packages)
75
- [ArchLinux](#arch-linux)
76
+ - [Gentoo Linux](#gentoo-linux)
77
- [Nix](#nix)
78
- [Solus](#solus)
79
- [openSUSE](#opensuse)
@@ -199,6 +200,7 @@ $ ipfs get /ipns/dist.ipfs.tech/kubo/$VERSION/kubo_$VERSION_windows-amd64.zip
200
</a>
201
202
- [ArchLinux](#arch-linux)
203
+- [Gentoo Linux](#gentoo-linux)
204
- [Nix](#nix-linux)
205
- [Solus](#solus)
206
- [openSUSE](#opensuse)
@@ -216,6 +218,16 @@ $ ipfs get /ipns/dist.ipfs.tech/kubo/$VERSION/kubo_$VERSION_windows-amd64.zip
218
219
[](https://aur.archlinux.org/packages/kubo/)
220
221
+#### <a name="gentoo-linux">Gentoo Linux</a>
222
+
223
+https://wiki.gentoo.org/wiki/Kubo
224
+
225
+```bash
226
+# emerge -a net-p2p/kubo
227
+```
228
+
229
+https://packages.gentoo.org/packages/net-p2p/kubo
230
+
231
#### <a name="nix-linux">Nix</a>
232
233
With the purely functional package manager [Nix](https://nixos.org/nix/) you can install kubo (go-ipfs) like this: