mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 14:24:27 +00:00
Add the AUR package to the installations
This commit is contained in:
parent
d7a432b8d3
commit
b130533e73
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -14,6 +14,18 @@ which make it really faster (around 10 times).
|
|||
|
||||
## Installation
|
||||
|
||||
### Archlinux (AUR)
|
||||
|
||||
```
|
||||
# With yaourt
|
||||
yaourt lsd-git
|
||||
|
||||
# With yay
|
||||
yay lsd-git
|
||||
```
|
||||
|
||||
### Other
|
||||
|
||||
1. Install rust
|
||||
2. 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.
|
||||
*Note for `rbenv` users - In case of load error when using `lc`, please try the below patch.*
|
||||
|
|
Loading…
Reference in a new issue