Commit e154aacf by chenyujia

完善README.md

parent 79c86761
...@@ -111,9 +111,16 @@ Into environment gems from Github checkout: ...@@ -111,9 +111,16 @@ Into environment gems from Github checkout:
### Usage in Rails ### Usage in Rails
To annotate all your models, tests, fixtures, and factories: Enter your app directory:
cd /path/to/app cd /path/to/app
(Recommended) To annotate all your models with comments:
annotate --models --with-comment
To annotate all your models, tests, fixtures, and factories:
annotate annotate
To annotate just your models, tests, and factories: To annotate just your models, tests, and factories:
......
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