Skip to content

Commit 3ebeecc

Browse files
committed
Merge pull request nwjs#2531 from richb-hanover/master
Executable within OSX is in a hidden directory
2 parents 2eba962 + 2fe4bec commit 3ebeecc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ $ /path/to/nw . (suppose the current directory contains 'package.json')
8080

8181
Note: on Windows, you can drag the folder containing `package.json` to `nw.exe` to open it.
8282

83+
Note: on OSX, the executable binary is in a hidden directory within the .app file. To run node-webkit on OSX, type:
84+
```bash
85+
$ /path/to/node-webkit.app/Contents/MacOS/node-webkit . (suppose the current directory contains 'package.json')
86+
```
8387
## Documents
8488

8589
For more information on how to write/package/run apps, see:

0 commit comments

Comments
 (0)