Skip to content

Update electron version to 2.0.8 to address segmentation fault #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you have Node.js installed (recommended v8.x), you can easily install Orca
using npm as:

```
$ npm install -g electron@1.8.4 orca
$ npm install -g electron@2.0.9 orca
```

which makes the `orca` executable available in your path.
Expand Down
6 changes: 6 additions & 0 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ This is done using plotbot. The following commands provide help:
```
@plotbot deploy how
@plotbot run how

# for example,
@plotbot deploy to imageserver stage

@ or
@plotbot deploy to imageserver prod
```

# Font Support
Expand Down
Loading