Add Alpine Linux installation instructions

Note: Alpine 3.13 has not been released yet, it should be till the end of this year.
This commit is contained in:
Jakub Jirutka 2020-12-13 19:36:21 +01:00 committed by GitHub
parent eeaf8af202
commit 35e92bea21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ If you would rather not run a script, you can download the binary from the [Rele
| --------------- | --------------------- | --------------------------------------------------------- | | --------------- | --------------------- | --------------------------------------------------------- |
| **Any** | [crates.io] | `cargo install zoxide` | | **Any** | [crates.io] | `cargo install zoxide` |
| **Any** | [Linuxbrew] | `brew install zoxide` | | **Any** | [Linuxbrew] | `brew install zoxide` |
| Alpine Linux | [Alpine Linux Packages] (since Alpine 3.13) | `apk add zoxide` |
| Arch Linux | [AUR] | `yay -Sy zoxide-bin` | | Arch Linux | [AUR] | `yay -Sy zoxide-bin` |
| CentOS | [Copr] | `dnf copr enable atim/zoxide` <br /> `dnf install zoxide` | | CentOS | [Copr] | `dnf copr enable atim/zoxide` <br /> `dnf install zoxide` |
| Debian Unstable | [Debian Packages] | `apt install zoxide` | | Debian Unstable | [Debian Packages] | `apt install zoxide` |
@ -200,6 +201,7 @@ eval "$(zoxide init posix --hook prompt)"
- `$_ZO_MAXAGE`: sets the maximum total age after which entries start getting deleted - `$_ZO_MAXAGE`: sets the maximum total age after which entries start getting deleted
- `$_ZO_RESOLVE_SYMLINKS`: when set to `1`, `z add` will resolve symlinks. - `$_ZO_RESOLVE_SYMLINKS`: when set to `1`, `z add` will resolve symlinks.
[Alpine Linux Packages]: https://pkgs.alpinelinux.org/package/edge/community/x86_64/zoxide
[AUR]: https://aur.archlinux.org/packages/zoxide-bin [AUR]: https://aur.archlinux.org/packages/zoxide-bin
[Copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/ [Copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/
[crates.io]: https://crates.io/crates/zoxide [crates.io]: https://crates.io/crates/zoxide