mirror of
https://github.com/lsd-rs/lsd
synced 2025-03-05 07:27:20 +00:00
Add installation instructions for windows / chocolatey
This commit is contained in:
parent
418dd06836
commit
91e34c1d7b
1 changed files with 17 additions and 17 deletions
|
@ -59,7 +59,7 @@ The project is heavily inspired by the super [colorls](https://github.com/athity
|
|||
Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the [Nerd Font README](https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md) for more installation instructions. Don't forget to setup your terminal in order to use the correct font.
|
||||
|
||||
| OS/Distro | Command |
|
||||
| ------------------------------- | -------------------------------------------------------------------- |
|
||||
| ------------------------------- | -------------------------------------------------------------------------------|
|
||||
| Archlinux | `pacman -S lsd` |
|
||||
| Fedora | `dnf install lsd` |
|
||||
| Gentoo | `sudo emerge sys-apps/lsd` |
|
||||
|
@ -68,7 +68,7 @@ Install the patched fonts of powerline nerd-font and/or font-awesome. Have a loo
|
|||
| FreeBSD | `pkg install lsd` |
|
||||
| NetBSD or any `pkgsrc` platform | `pkgin install lsd` or `cd /usr/pkgsrc/sysutils/lsd && make install` |
|
||||
| OpenBSD | `pkg_add lsd` |
|
||||
| Windows | `scoop install lsd` or `winget install --id lsd-rs.lsd` |
|
||||
| Windows | `scoop install lsd` or `winget install --id lsd-rs.lsd` or `choco install lsd` |
|
||||
| Android (via Termux) | `pkg install lsd` |
|
||||
| Debian sid and bookworm | `apt install lsd` |
|
||||
| Ubuntu 23.04 (Lunar Lobster) | `apt install lsd` |
|
||||
|
|
Loading…
Add table
Reference in a new issue