mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
Add the Installation section inside the README
This commit is contained in:
parent
6ecd04e8c7
commit
7c9ef33e7a
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@ which make it really faster (around 10 times).
|
|||
|
||||
![image](https://raw.githubusercontent.com/Peltoche/lsd/assets/screen_lsd.png)
|
||||
|
||||
## Installation
|
||||
|
||||
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.*
|
||||
3. Install the lsd package with `cargo install lsd`
|
||||
|
||||
## TODO
|
||||
|
||||
- [x] Handle the `-l` option (used by default for now)
|
||||
|
|
Loading…
Reference in a new issue