README.markdown in terminal-notifier-guard-1.6.1 vs README.markdown in terminal-notifier-guard-1.6.2

- old
+ new

@@ -1,8 +1,8 @@ # TerminalNotifier - Guard Style -A simple Ruby wrapper around the [`terminal-notifier`][HOMEPAGE] command-line +A simple Ruby wrapper around the [`terminal-notifier`](https://github.com/alloy/terminal-notifier) command-line tool, which allows you to send User Notifications to the Notification Center on Mac OS X 10.8, or higher. This version has 4 different icons included for each status that [Guard][GUARD] supports: @@ -13,14 +13,30 @@ 4. Success ## Installation +This version depends on the official [`terminal-notifier`](https://github.com/alloy/terminal-notifier). +Install it with [Homebrew](http://brew.sh/) or see the official +[Installation instructions](https://github.com/alloy/terminal-notifier#download). + ``` +$ brew install terminal-notifier +``` + +Then, install the gem + +``` $ gem install terminal-notifier-guard ``` +Or add it to your Gemfile: + +``` +$ gem 'terminal-notifier-guard', '~> 1.6.1' +``` + ### OSX 10.8 users As of version `1.6.1`, we no longer bundle notifiers binaries in this gem. Please revert to version `1.5.3` for OSX 10.8 support. @@ -56,10 +72,10 @@ See [LICENSE][LICENSE] for details. [HOMEPAGE]: https://github.com/Springest/terminal-notifier-guard [GUARD]: https://github.com/guard/guard -[LICENSE]: https://github.com/Springest/terminal-notifier-guard/blob/master/Ruby/LICENSE +[LICENSE]: https://github.com/Springest/terminal-notifier-guard/blob/master/LICENSE ## Contributors & Thanks to - @alloy (For the terminal-notifier)