Skip to content

Commit

Permalink
Add installation instructions for conda-forge (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
daizeng1984 authored Jun 6, 2021
1 parent 84c9121 commit 0f8008d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ copy it to your `$PATH`.
| ------------------ | ----------------------- | ------------------------------------------------------------------------------------------------------ |
| **Any** | [crates.io] | `cargo install zoxide` |
| **Any** | [Linuxbrew] | `brew install zoxide` |
| **Any** | [conda-forge] | `conda install -c conda-forge zoxide` |
| Alpine Linux 3.13+ | [Alpine Linux Packages] | `apk add zoxide` |
| Arch Linux | [AUR] | `yay -Sy zoxide-bin` |
| CentOS 7+ | [Copr] | `dnf copr enable atim/zoxide` <br /> `dnf install zoxide` |
Expand Down Expand Up @@ -251,6 +252,7 @@ Be sure to set these before calling `zoxide init`.
[aur]: https://aur.archlinux.org/packages/zoxide-bin
[chocolatey]: https://community.chocolatey.org/packages/zoxide
[copr]: https://copr.fedorainfracloud.org/coprs/atim/zoxide/
[conda-forge]: https://conda-forge.org/
[crates-io-badge]: https://img.shields.io/crates/v/zoxide
[crates-io]: https://crates.io/crates/zoxide
[debian packages]: https://packages.debian.org/testing/admin/zoxide
Expand Down

0 comments on commit 0f8008d

Please sign in to comment.