File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,9 @@ $ /path/to/nw . (suppose the current directory contains 'package.json')
78
78
79
79
Note: on Windows, you can drag the folder containing ` package.json ` to ` nw.exe ` to open it.
80
80
81
- Note: on OSX, the executable binary is in a hidden directory within the .app file. To run node-webkit on OSX, type:
82
- ``` bash
83
- $ /path/to/node-webkit.app/Contents/MacOS/node-webkit . (suppose the current directory contains ' package.json' )
84
- ```
81
+ Note: on OSX, the executable binary is in a hidden directory within the .app file. To run node-webkit on OSX, type:
82
+ ` /path/to/nwjs.app/Contents/MacOS/nwjs . ` * (suppose the current directory contains 'package.json')*
83
+
85
84
## Documents
86
85
87
86
For more information on how to write/package/run apps, see:
You can’t perform that action at this time.
0 commit comments