Add installation via scoop instructions (#99)
This commit is contained in:
parent
4091ef825c
commit
22b945bc32
|
@ -106,6 +106,12 @@ nix-env -iA nixpkgs.zoxide
|
|||
xbps-install -S zoxide
|
||||
```
|
||||
|
||||
#### On Windows (via [Scoop](https://github.com/lukesampson/scoop)) [](https://github.com/ScoopInstaller/Main/tree/master/bucket/zoxide.json)
|
||||
|
||||
```powershell
|
||||
scoop install zoxide
|
||||
```
|
||||
|
||||
#### Other (via Cargo) [](https://crates.io/crates/zoxide)
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in New Issue