Add installation via scoop instructions (#99)

This commit is contained in:
Spencer Woo 2020-07-27 21:45:20 +08:00 committed by GitHub
parent 4091ef825c
commit 22b945bc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,12 @@ nix-env -iA nixpkgs.zoxide
xbps-install -S zoxide
```
#### On Windows (via [Scoop](https://github.com/lukesampson/scoop)) [![Scoop](https://repology.org/badge/version-for-repo/scoop/zoxide.svg?header=scoop)](https://github.com/ScoopInstaller/Main/tree/master/bucket/zoxide.json)
```powershell
scoop install zoxide
```
#### Other (via Cargo) [![crates.io package](https://repology.org/badge/version-for-repo/crates_io/zoxide.svg?header=crates.io)](https://crates.io/crates/zoxide)
```sh