Add installation instructions for Windows via Scoop

This commit is contained in:
turtlebasket 2020-06-29 02:07:21 -07:00 committed by Abin Simon
parent e3ed9fa6df
commit d8ad5ecec0

View file

@ -97,6 +97,12 @@ environment.systemPackages = with pkgs; [
pkg install lsd
```
### On Windows
Install with [Scoop](https://scoop.sh):
```powershell
scoop install lsd
```
### From Sources
With Rust's package manager cargo, you can install lsd via: