From f20d5daf0d349aaf3a66db6bfdfe169705e9094c Mon Sep 17 00:00:00 2001 From: Simon Tarchichi Date: Tue, 8 Sep 2020 17:10:06 +0200 Subject: [PATCH] Add instructions to install font for hyperjs users (#375) [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1041c5c..fcd8703 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ Man pages have been added. Checkout `man colorls`. *Note for `iTerm2` users - Please enable the Nerd Font at iTerm2 > Preferences > Profiles > Text > Non-ASCII font > Hack Regular Nerd Font Complete.* + *Note for `HyperJS` users - Please add `"Hack Regular Nerd"` Font as an option to `fontFamily` in your `~/.hyper.js` file.* + 3. Install the [colorls](https://rubygems.org/gems/colorls/) ruby gem with `gem install colorls` *Note for `rbenv` users - In case of load error when using `lc`, please try the below patch.*