mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
Clarify that ubuntu 23.04 can use apt to install lsd
This commit is contained in:
parent
4c09647a73
commit
6840c01905
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ Install the patched fonts of powerline nerd-font and/or font-awesome. Have a loo
|
|||
| Windows | `scoop install lsd` |
|
||||
| Android (via Termux) | `pkg install lsd` |
|
||||
| Debian sid and bookworm | `apt install lsd` |
|
||||
| Ubuntu/Debian based distro | **snap discontinued**, use `sudo dpkg -i lsd_0.23.1_amd64.deb` and get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases) |
|
||||
| Ubuntu 23.04 (Lunar Lobster) | `apt install lsd` |
|
||||
| Earlier Ubuntu/Debian versions | **snap discontinued**, use `sudo dpkg -i lsd_0.23.1_amd64.deb` and get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases) |
|
||||
| Solus | `eopkg it lsd` |
|
||||
| Void Linux | `sudo xbps-install lsd` |
|
||||
| openSUSE | `sudo zypper install lsd` |
|
||||
|
|
Loading…
Reference in a new issue