updated bash path to ./Electron.app/Contents/MacOS/Electron

it had the trailing /Atom which no longer exists
This commit is contained in:
Brennan Novak 2015-04-22 16:22:08 +02:00
parent e3109c9f1f
commit bc04e951cf

View file

@ -149,7 +149,7 @@ $ ./electron/electron your-app/
On OS X: On OS X:
```bash ```bash
$ ./Electron.app/Contents/MacOS/Atom your-app/ $ ./Electron.app/Contents/MacOS/Electron your-app/
``` ```
`Electron.app` here is part of the Electron's release package, you can download `Electron.app` here is part of the Electron's release package, you can download