README.md in ore-0.9.0 vs README.md in ore-0.9.1
- old
+ new
@@ -74,11 +74,11 @@
$ ore install git://github.com/ruby-ore/mini_test.git
$ mine my-project --mini-test
## Requirements
-* [thor](http://github.com/wycats/thor) ~> 0.14.3
+* [thor](http://github.com/wycats/thor) ~> 0.14
## Install
$ gem install ore
@@ -93,9 +93,14 @@
$ mine my_project --bundler --rspec --yard
Generate a new project using previously installed templates:
$ mine my_project --bundler --rspec --yard --templates mini_test
+
+Set your github username, so `mine` can generate GitHub project URLs:
+
+ $ git config github.user foobar
+ $ mine my_project
Install a custom template:
$ ore install git://github.com/ruby-ore/mini_test.git