README.md in ana-0.9.6 vs README.md in ana-0.9.7

- old
+ new

@@ -6,9 +6,41 @@ ## Installation $ gem install ana +and `init` Ana: + + $ ana init + +It will create a folder under your `$HOME` directory. + +This is for caching the json files that returned by RubyGems.org. + +If unfortunately you want to uninstall Ana, please remove this directory: + + $ rm -rf ~/.gemjsons + +## List of Command and its alias + +```bash +$ ana command args +``` + +|Command|Alias|Purpose| +|----|----|----| +| `version` | `-v`| Returns the version of Ana. | +| `version` | `--version`| Returns the version of Ana. | +| `gem_infos` | `info` | Get information of a RubyGem. | +| `gem_dependencies` | `deps` | List Runtime/Development Dependencies of a RubyGem. | +| `latest_version` | `lv` | Return latest version of a RubyGem. | +| `versions` | `vs` | Return (default last 10) versions of a RubyGem. | +| `find_version` | `fv` | Find if a RubyGem has given version. | +| `search` | `s` | Exact Search a RubyGem with given name. | +| `fuzzy_search` | `fs` | Fuzzy search a gem via `gem search -r`. | +| `open` | `o` | Open a RubyGem's URI: homepage, doc, wiki...etc. | +| `download` | `dl` | Download a RubyGem in browser. | + ## Usage Type `ana` to get some help: $ ana \ No newline at end of file