README.md in capistrano-notifier-0.1.2 vs README.md in capistrano-notifier-0.2.0
- old
+ new
@@ -29,11 +29,11 @@
:github => 'MyCompany/project-name'
}
```
If you specified `:method => test`, you can see the email that would be
-generated in your console with `cap deploy:notify`.
+generated in your console with `cap deploy:notify:mail`.
## StatsD
```rb
@@ -57,5 +57,7 @@
set :notifier_statsd_options, {
:host => "10.0.0.1",
:port => "8125"
}
```
+
+The `nc` ([Netcat](http://netcat.sourceforge.net/)) command is used to send messages to statsd and must be installed on the remote hosts. This is installed by default on most Unix machines.