We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ef6be commit f18a7deCopy full SHA for f18a7de
README.md
@@ -21,6 +21,14 @@ Grunt is required to build. See the [getting started guide](http://gruntjs.com/g
21
npm install -g grunt-cli
22
```
23
24
+### appdmg
25
+
26
+[node-appdmg](https://github.com/LinusU/node-appdmg) is required to create the OS X DMG installer image.
27
28
+```bash
29
+npm install -g appdmg
30
+```
31
32
### makensis
33
34
[makensis](http://nsis.sourceforge.net/Main_Page) is required to create the Windows setup executable. Can be installed with [brew](http://brew.sh/):
0 commit comments