From 5edae7c723eaaf1e7d1e0ae127b0aba7e410cdbd Mon Sep 17 00:00:00 2001 From: Athitya Date: Fri, 7 Jul 2017 00:28:23 +0530 Subject: [PATCH] Minor changes in README --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2ee6407..316a7e8 100644 --- a/README.md +++ b/README.md @@ -54,19 +54,15 @@ A Ruby script that colorizes the `ls` output with color and icons. Here are the [(Back to top)](#table-of-contents) 1. Install Ruby (prefably, version > 2.1) - 2. Install the patched fonts of powerline nerd-font and/or font-awesome. - 3. Install the [colorls](https://rubygems.org/gems/colorls/) ruby gem with `gem install colorls` - _Note: rbenv users may have see load errors. Rehashing rbenv and the shell by running the following may help: _ + *Note for `rbenv` users - In case of load error when using `lc`, please try the below patch.* - ```shell - gem uninstall colorls - gem install colorls - rbenv rehash - rehash - ``` + ```sh + rbenv rehash + rehash + ``` 4. Start using `lc` :tada: