Skip to content

Commit f18a7de

Browse files
author
Matt Karl
committed
Update README.md
1 parent 21ef6be commit f18a7de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Grunt is required to build. See the [getting started guide](http://gruntjs.com/g
2121
npm install -g grunt-cli
2222
```
2323

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+
2432
### makensis
2533

2634
[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

Comments
 (0)