From 7c9ef33e7ac93a6db1fd40210054f22e5530c84b Mon Sep 17 00:00:00 2001 From: Peltoche Date: Sun, 25 Nov 2018 12:23:22 +0100 Subject: [PATCH] Add the Installation section inside the README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 12e5f2f..1725c6e 100644 --- a/README.md +++ b/README.md @@ -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)