Skip to content

Commit

Permalink
Add docs on notification setting in Guardfile
Browse files Browse the repository at this point in the history
fixes Codaisseur#26

Thanks to @tamano for pointing out that it was missing
  • Loading branch information
Wouter de Vos committed Feb 20, 2016
1 parent b86c4e0 commit 0d64651
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ Or add it to your Gemfile:
gem 'terminal-notifier-guard', '~> 1.6.1'
```

Then, add the notifier to your Guardfile:

```ruby
# Guardfile
notification :terminal_notifier #, app_name: "MyApp ::", activate: 'com.googlecode.iTerm2'
```

### OSX 10.8 users

As of version `1.6.1`, we no longer bundle notifiers binaries in this gem. Please revert to
Expand Down

0 comments on commit 0d64651

Please sign in to comment.