mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2025-01-05 23:20:45 +00:00
README: add Gentoo instruction (#209)
This commit is contained in:
parent
f05d33b2c1
commit
8c92cf585e
30
README.md
30
README.md
@ -36,20 +36,21 @@ copy it to your `$PATH`.
|
|||||||
|
|
||||||
#### On Linux
|
#### On Linux
|
||||||
|
|
||||||
| Distribution | Repository | Instructions |
|
| Distribution | Repository | Instructions |
|
||||||
| ------------------ | ----------------------- | --------------------------------------------------------- |
|
| ------------------ | ----------------------- | ------------------------------------------------------------------------------------------------------ |
|
||||||
| **Any** | [crates.io] | `cargo install zoxide` |
|
| **Any** | [crates.io] | `cargo install zoxide` |
|
||||||
| **Any** | [Linuxbrew] | `brew install zoxide` |
|
| **Any** | [Linuxbrew] | `brew install zoxide` |
|
||||||
| Alpine Linux 3.13+ | [Alpine Linux Packages] | `apk add zoxide` |
|
| Alpine Linux 3.13+ | [Alpine Linux Packages] | `apk add zoxide` |
|
||||||
| Arch Linux | [AUR] | `yay -Sy zoxide-bin` |
|
| Arch Linux | [AUR] | `yay -Sy zoxide-bin` |
|
||||||
| CentOS 7+ | [Copr] | `dnf copr enable atim/zoxide` <br /> `dnf install zoxide` |
|
| CentOS 7+ | [Copr] | `dnf copr enable atim/zoxide` <br /> `dnf install zoxide` |
|
||||||
| Debian Testing | [Debian Packages] | `apt install zoxide` |
|
| Debian Testing | [Debian Packages] | `apt install zoxide` |
|
||||||
| Devuan 4.0+ | [Devuan Packages] | `apt install zoxide` |
|
| Devuan 4.0+ | [Devuan Packages] | `apt install zoxide` |
|
||||||
| Fedora 32+ | [Fedora Packages] | `dnf install zoxide` |
|
| Fedora 32+ | [Fedora Packages] | `dnf install zoxide` |
|
||||||
| NixOS | [nixpkgs] | `nix-env -iA nixpkgs.zoxide` |
|
| Gentoo | [dm9pZCAq Overlay] | `eselect repository enable dm9pZCAq` <br /> `emerge --sync dm9pZCAq` <br /> `emerge app-shells/zoxide` |
|
||||||
| Parrot OS | | `apt install zoxide` |
|
| NixOS | [nixpkgs] | `nix-env -iA nixpkgs.zoxide` |
|
||||||
| Ubuntu 21.04+ | [Ubuntu Packages] | `apt install zoxide` |
|
| Parrot OS | | `apt install zoxide` |
|
||||||
| Void Linux | [Void Linux Packages] | `xbps-install -S zoxide` |
|
| Ubuntu 21.04+ | [Ubuntu Packages] | `apt install zoxide` |
|
||||||
|
| Void Linux | [Void Linux Packages] | `xbps-install -S zoxide` |
|
||||||
|
|
||||||
#### On macOS
|
#### On macOS
|
||||||
|
|
||||||
@ -242,6 +243,7 @@ Be sure to set these before calling `zoxide init`.
|
|||||||
[debian packages]: https://packages.debian.org/testing/admin/zoxide
|
[debian packages]: https://packages.debian.org/testing/admin/zoxide
|
||||||
[demo.gif]: demo.gif
|
[demo.gif]: demo.gif
|
||||||
[devuan packages]: https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=zoxide
|
[devuan packages]: https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&q=zoxide
|
||||||
|
[dm9pzcaq overlay]: https://github.com/gentoo-mirror/dm9pZCAq
|
||||||
[dports]: https://github.com/DragonFlyBSD/DPorts/tree/master/sysutils/zoxide
|
[dports]: https://github.com/DragonFlyBSD/DPorts/tree/master/sysutils/zoxide
|
||||||
[fedora packages]: https://src.fedoraproject.org/rpms/rust-zoxide
|
[fedora packages]: https://src.fedoraproject.org/rpms/rust-zoxide
|
||||||
[freshports]: https://www.freshports.org/sysutils/zoxide/
|
[freshports]: https://www.freshports.org/sysutils/zoxide/
|
||||||
|
Loading…
Reference in New Issue
Block a user