From 5b0d0009a4cf3d1b4d328abc91db84d9c111165a Mon Sep 17 00:00:00 2001 From: sitiom Date: Sun, 6 Jun 2021 10:55:53 +0800 Subject: [PATCH] Add Chocolatey installation reference for Windows (#223) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3e9785e..1c09b89b 100644 --- a/README.md +++ b/README.md @@ -63,10 +63,11 @@ copy it to your `$PATH`. #### On Windows -| Repository | Instructions | -| ----------- | ---------------------- | -| [crates.io] | `cargo install zoxide` | -| [Scoop] | `scoop install zoxide` | +| Repository | Instructions | +| ------------ | ---------------------- | +| [crates.io] | `cargo install zoxide` | +| [Chocolatey] | `choco install zoxide` | +| [Scoop] | `scoop install zoxide` | #### On BSD @@ -241,6 +242,7 @@ Be sure to set these before calling `zoxide init`. [algorithm-matching]: https://github.com/ajeetdsouza/zoxide/wiki/Algorithm#matching [alpine linux packages]: https://pkgs.alpinelinux.org/packages?name=zoxide [aur]: https://aur.archlinux.org/packages/zoxide-bin +[chocolatey]: https://community.chocolatey.org/packages/zoxide [copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/ [crates.io-badge]: https://img.shields.io/crates/v/zoxide [crates.io]: https://crates.io/crates/zoxide