Update README.md

This commit is contained in:
nisbet-hubbard 2024-10-05 11:35:56 +08:00 committed by GitHub
parent d5f12fccea
commit 7bae47c93d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 2 deletions

View File

@ -96,11 +96,11 @@ zoxide can be installed in 4 easy steps:
> | _Any_ | [nixpkgs] | `nix-env -iA nixpkgs.zoxide` | > | _Any_ | [nixpkgs] | `nix-env -iA nixpkgs.zoxide` |
> | Alpine Linux 3.13+ | [Alpine Linux Packages] | `apk add zoxide` | > | Alpine Linux 3.13+ | [Alpine Linux Packages] | `apk add zoxide` |
> | Arch Linux | [Arch Linux Extra] | `pacman -S zoxide` | > | Arch Linux | [Arch Linux Extra] | `pacman -S zoxide` |
> | CentOS 7+ | [Copr] | `dnf copr enable atim/zoxide` <br /> `dnf install zoxide` | > | ~CentOS 7~[^3] | ~[Copr]~ | ~`dnf copr enable atim/zoxide`~ <br /> ~`dnf install zoxide`~ |
> | ~Debian 11+~[^1] | ~[Debian Packages]~ | ~`apt install zoxide`~ | > | ~Debian 11+~[^1] | ~[Debian Packages]~ | ~`apt install zoxide`~ |
> | Devuan 4.0+ | [Devuan Packages] | `apt install zoxide` | > | Devuan 4.0+ | [Devuan Packages] | `apt install zoxide` |
> | Exherbo Linux | [Exherbo packages] | `cave resolve -x repository/rust` <br /> `cave resolve -x zoxide` | > | Exherbo Linux | [Exherbo packages] | `cave resolve -x repository/rust` <br /> `cave resolve -x zoxide` |
> | Fedora 32+ | [Fedora Packages] | `dnf install zoxide` | > | Fedora 32+/RHEL 8+ | [Fedora Packages] | `dnf install zoxide` |
> | Gentoo | [Gentoo Packages] | `emerge app-shells/zoxide` | > | Gentoo | [Gentoo Packages] | `emerge app-shells/zoxide` |
> | Manjaro | | `pacman -S zoxide` | > | Manjaro | | `pacman -S zoxide` |
> | openSUSE Tumbleweed | [openSUSE Factory] | `zypper install zoxide` | > | openSUSE Tumbleweed | [openSUSE Factory] | `zypper install zoxide` |
@ -485,6 +485,11 @@ Environment variables[^2] can be used for configuration. They must be set before
If you're not sure how to set an environment variable on your shell, check If you're not sure how to set an environment variable on your shell, check
out the [wiki][wiki-env]. out the [wiki][wiki-env].
[^3]:
The Copr package has failed to build for recent releases and the latest
available version is 0.8.3. On RHEL 8+ and derivatives, Fedora EPEL's package
is now updated more regularly.
[aerc]: https://github.com/rjarry/aerc [aerc]: https://github.com/rjarry/aerc
[alfred]: https://www.alfredapp.com/ [alfred]: https://www.alfredapp.com/
[alfred-zoxide]: https://github.com/yihou/alfred-zoxide [alfred-zoxide]: https://github.com/yihou/alfred-zoxide