From 1caa0da96b2df7e9e6c0357510d2c9f09c4645ae Mon Sep 17 00:00:00 2001 From: JP DeVries Date: Sat, 24 Aug 2013 10:09:43 -0700 Subject: [PATCH] Update README.md --- demo/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demo/README.md b/demo/README.md index d3e81f2..5d9e5fc 100644 --- a/demo/README.md +++ b/demo/README.md @@ -51,6 +51,11 @@ cd _built/templates/default && npm install ``` _Note: `npm install` updates dependencies and should be run whenever you pull from git._ +To enable Growl notifications install [terminal-notifier](https://github.com/alextucker/grunt-growl#getting-started) with RubyGems: +```bash +sudo gem install terminal-notifier +``` + Grunt Commands ----------------------------