mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +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
|
||||
```
|
||||
|
||||
### 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:
|
||||
|
|
Loading…
Reference in a new issue