Commit ba0cc8a7 authored by Eric Holmes's avatar Eric Holmes

Add --recursive.

parent 938ea5f0
...@@ -119,7 +119,7 @@ Any questions, tips, or general discussion can be posted to our Google group: ...@@ -119,7 +119,7 @@ Any questions, tips, or general discussion can be posted to our Google group:
Contributing Contributing
------------ ------------
* Fork the repository. * Fork the repository.
* `git clone git@github.com:<username>/gitflow.git` * `git clone --recursive git@github.com:<username>/gitflow.git`
* `git branch master origin/master` * `git branch master origin/master`
* `git flow init -d` * `git flow init -d`
* `git flow feature start <your feature>` * `git flow feature start <your feature>`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment