diff options
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -57,9 +57,10 @@ fonts. ``` $ git submodule init - $ git submoduel update + $ git submodule update ``` -4. install with stack (this can take some time, since it's compiling from source) +4. install with stack (this can take some time, since it's compiling from source). +make sure that you have `~/.local/bin` in your `PATH`. ``` $ stack install |
