README.md in taskmapper-1.0.0 vs README.md in taskmapper-1.0.1
- old
+ new
@@ -231,15 +231,19 @@
## Taskmapper CLI
For the full documentation on the CLI
[taskmapper-cli](http://github.com/hybridgroup/taskmapper-cli)
+### Installing the CLI
+
+ gem install taskmapper-cli
+
## Creating a provider
Creating a provider consists of three steps:
* Run the generator like this:
- tm generate myprovider
+ tm generate --provider-name='myprovider'
* Implement whatever is needed to connect to your desired backend
* Release it to RubyGems
### Create the Taskmapper provider
Thanks to a simple generator, it is easy to get started with a new provider. Run this from the command line:
@@ -283,6 +287,6 @@
(if you want to have your own version, that is fine but bump version in a commit by itself so we can ignore when we pull)
* Send us a pull request. Bonus points for feature branches.
## Copyright
-Copyright (c) 2010-2012 [The Hybrid Group](http://hybridgroup.com). See LICENSE for details.
+Copyright (c) 2010-2013 [The Hybrid Group](http://hybridgroup.com). See LICENSE for details.