Update README.md

This commit is contained in:
Guillermo Rauch 2017-01-06 18:14:52 -08:00 committed by GitHub
parent 1b6d925524
commit ea8a32d115

View file

@ -37,6 +37,15 @@ $ npm run pack
After that, you'll see the binary in the `./dist` folder!
### pty.js issues
If after building during development you get an alert dialog related to `pty.js` issues,
make sure its build process is working correctly by running `npm rebuild` manually inside
the `app` directory.
If you're on macOS, this typically is related to Xcode issues (like not having agreed
to the Terms of Service by running `sudo xcodebuild` after a fresh Xcode installation).
## Related Repositories
- [Art](https://github.com/zeit/art/tree/master/hyper)