README.md in instrumental_agent-0.7 vs README.md in instrumental_agent-0.7.1
- old
+ new
@@ -82,10 +82,15 @@
## Capistrano Integration
Add `require "instrumental/capistrano"` to your capistrano configuration
-and your deploys will be tracked automatically by Instrumental.
+and your deploys will be tracked by Instrumental. Add the API token for
+the project you want to track to by setting the following Capistrano var:
+
+```ruby
+set :instrumental_key, "MY_API_KEY"
+```
The following configuration will be added:
```ruby
before "deploy", "instrumental:util:deploy_start"