mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
Add installation instructions for Fedora
This commit is contained in:
parent
af2fc02a79
commit
de17b6bf64
1 changed files with 7 additions and 1 deletions
|
@ -35,12 +35,18 @@ Install the patched fonts of powerline nerd-font and/or font-awesome. Have a loo
|
|||
|
||||
See [this issue comment](https://github.com/Peltoche/lsd/issues/199#issuecomment-494218334) for detailed instructions on how to configure iTerm2 font settings correctly.
|
||||
|
||||
### Archlinux
|
||||
### On Archlinux
|
||||
|
||||
```sh
|
||||
pacman -S lsd
|
||||
```
|
||||
|
||||
### On Fedora
|
||||
|
||||
```sh
|
||||
dnf install lsd
|
||||
```
|
||||
|
||||
### On Ubuntu
|
||||
|
||||
_... and other Debian-based Linux distributions_
|
||||
|
|
Loading…
Reference in a new issue