Update installation instructions
This commit is contained in:
parent
a454f7cbbf
commit
4091ef825c
12
README.md
12
README.md
|
@ -64,6 +64,12 @@ dnf copr enable atim/zoxide
|
||||||
dnf install zoxide
|
dnf install zoxide
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### On DragonFly BSD [](https://github.com/DragonFlyBSD/DPorts/tree/master/sysutils/zoxide)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pkg install zoxide
|
||||||
|
```
|
||||||
|
|
||||||
#### On Fedora 32+ [](https://src.fedoraproject.org/rpms/rust-zoxide)
|
#### On Fedora 32+ [](https://src.fedoraproject.org/rpms/rust-zoxide)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -94,6 +100,12 @@ port install zoxide
|
||||||
nix-env -iA nixpkgs.zoxide
|
nix-env -iA nixpkgs.zoxide
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### On Void Linux [](https://github.com/void-linux/void-packages/tree/master/srcpkgs/zoxide)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
xbps-install -S zoxide
|
||||||
|
```
|
||||||
|
|
||||||
#### Other (via Cargo) [](https://crates.io/crates/zoxide)
|
#### Other (via Cargo) [](https://crates.io/crates/zoxide)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue