fix typo in linux build instructions

This commit is contained in:
Zeke Sikelianos 2017-06-19 08:45:06 -07:00
parent c1ac0bac62
commit 57d81f6961

View file

@ -129,7 +129,7 @@ $ npm run clean-build
### Error While Loading Shared Libraries: libtinfo.so.5
Prebulit `clang` will try to link to `libtinfo.so.5`. Depending on the host
Prebuilt `clang` will try to link to `libtinfo.so.5`. Depending on the host
architecture, symlink to appropriate `libncurses`:
```bash