Skip to content

Commit 4357c0a

Browse files
Simon Biggsrgbkrk
authored andcommitted
Link to the electron nteract application (#293)
nteract now has a monorepo package.json at root. Changed the link to the relevant package.json: https://github.com/nteract/nteract/blob/master/applications/desktop/package.json
1 parent 09b2207 commit 4357c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ npm rebuild zeromq --runtime=electron --target=1.4.5
6161
```
6262
Where `target` is your desired Electron version. This will download the correct binary for usage in Electron.
6363

64-
For packaging your Electron application we recommend using [`electron-builder`](https://github.com/electron-userland/electron-builder) which handles rebuilding automatically. Enable the `npmSkipBuildFromSource` option to make use of the prebuilt binaries. For a real world example take a look at [nteract](https://github.com/nteract/nteract/blob/master/package.json).
64+
For packaging your Electron application we recommend using [`electron-builder`](https://github.com/electron-userland/electron-builder) which handles rebuilding automatically. Enable the `npmSkipBuildFromSource` option to make use of the prebuilt binaries. For a real world example take a look at [nteract](https://github.com/nteract/nteract/blob/master/applications/desktop/package.json).
6565

6666

6767
## Installation - From Source

0 commit comments

Comments
 (0)