We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eba962 + 2fe4bec commit 3ebeeccCopy full SHA for 3ebeecc
README.md
@@ -80,6 +80,10 @@ $ /path/to/nw . (suppose the current directory contains 'package.json')
80
81
Note: on Windows, you can drag the folder containing `package.json` to `nw.exe` to open it.
82
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
+```
87
## Documents
88
89
For more information on how to write/package/run apps, see:
0 commit comments