From 35e92bea21ed187f5c96b391fe2ef6eb32ff8023 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 13 Dec 2020 19:36:21 +0100 Subject: [PATCH] Add Alpine Linux installation instructions Note: Alpine 3.13 has not been released yet, it should be till the end of this year. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 88613d6..3ecd7f0 100644 --- a/README.md +++ b/README.md @@ -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** | [Linuxbrew] | `brew install zoxide` | +| Alpine Linux | [Alpine Linux Packages] (since Alpine 3.13) | `apk add zoxide` | | Arch Linux | [AUR] | `yay -Sy zoxide-bin` | | CentOS | [Copr] | `dnf copr enable atim/zoxide`
`dnf 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_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 [Copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/ [crates.io]: https://crates.io/crates/zoxide