Merge pull request #9800 from electron/fix-typo
fix typo in linux build instructions
This commit is contained in:
commit
07d6fd3fe1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue