mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 22:22:26 +00:00
Add installation instructions for Windows via Scoop
This commit is contained in:
parent
e3ed9fa6df
commit
d8ad5ecec0
1 changed files with 6 additions and 0 deletions
|
@ -97,6 +97,12 @@ environment.systemPackages = with pkgs; [
|
||||||
pkg install lsd
|
pkg install lsd
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### On Windows
|
||||||
|
Install with [Scoop](https://scoop.sh):
|
||||||
|
```powershell
|
||||||
|
scoop install lsd
|
||||||
|
```
|
||||||
|
|
||||||
### From Sources
|
### From Sources
|
||||||
|
|
||||||
With Rust's package manager cargo, you can install lsd via:
|
With Rust's package manager cargo, you can install lsd via:
|
||||||
|
|
Loading…
Reference in a new issue