From b6e31ac7c2afa8220ff844aa9c03041cb06a384a Mon Sep 17 00:00:00 2001 From: "Benjamin S. Osenbach" <20175597+torculus@users.noreply.github.com> Date: Fri, 17 Jul 2026 09:55:28 -0400 Subject: [PATCH] Add illumos to the README Added installation instructions for zoxide on OpenIndiana (an illumos distro) --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 6d9af91..e83fd45 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,25 @@ zoxide can be installed in 4 easy steps: + + +
+ illumos + + > To install zoxide, use a package manager: + > + > | Distribution | Repository | Instructions | + > | ------------- | --------------- | ------------------------------- | + > | OpenIndiana | [pkg] | `pkg install zoxide` | + > + > Or, run this command in your terminal: + > + > ```sh + > curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash + > ``` + +
+
Android @@ -506,6 +525,7 @@ Environment variables[^2] can be used for configuration. They must be set before [nnn]: https://github.com/jarun/nnn [opensuse factory]: https://build.opensuse.org/package/show/openSUSE:Factory/zoxide [pacstall packages]: https://pacstall.dev/packages/zoxide-deb +[pkg]: https://pkg.openindiana.org/hipster/p5i/0/application%2Fzoxide.p5i [pkgsrc]: https://pkgsrc.se/sysutils/zoxide [ranger-zoxide]: https://github.com/jchook/ranger-zoxide [ranger]: https://github.com/ranger/ranger