Add installation instructions for Gentoo Linux (#946)

This commit is contained in:
dm9pZCAq 2021-08-13 22:49:51 +00:00 committed by GitHub
parent 4db0d15289
commit 731b00a51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ list:
=== Packages
[options="header"]
|=================================================================================================================================================================================================================================================================================================================================================================
|================================================================================================================================================================================================================================================================================================================================================================================================================================
| Operating System | Package Manager | Package | Command
| https://forge.rust-lang.org/release/platform-support.html[Various] | https://www.rust-lang.org[Cargo] | https://crates.io/crates/just[just] | `cargo install just`
| https://en.wikipedia.org/wiki/Microsoft_Windows[Microsoft Windows] | https://scoop.sh[Scoop] | https://github.com/ScoopInstaller/Main/blob/master/bucket/just.json[just] | `scoop install just`
@ -117,7 +117,8 @@ list:
| https://www.freebsd.org/[FreeBSD] | https://www.freebsd.org/doc/handbook/pkgng-intro.html[pkg] | https://www.freshports.org/deskutils/just/[just] | `pkg install just`
| https://alpinelinux.org/[Alpine Linux] | https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management[apk-tools] | https://pkgs.alpinelinux.org/package/edge/community/x86_64/just[just] | `apk add just`
| https://getfedora.org/[Fedora Linux] | https://dnf.readthedocs.io/en/latest/[DNF] | https://src.fedoraproject.org/rpms/rust-just[just] | `dnf install just`
|=================================================================================================================================================================================================================================================================================================================================================================
| https://www.gentoo.org/[Gentoo Linux] | https://wiki.gentoo.org/wiki/Portage[Portage] | https://github.com/gentoo-mirror/dm9pZCAq/tree/master/sys-devel/just[dm9pZCAq overlay: sys-devel/just] | `eselect repository enable dm9pZCAq && emerge --sync dm9pZCAq && emerge sys-devel/just`
|================================================================================================================================================================================================================================================================================================================================================================================================================================
=== Pre-Built Binaries