Update README.md

This commit is contained in:
Kevin K. 2015-03-01 11:55:53 -05:00
parent 63c40eb68c
commit 3b64c684ef

View file

@ -94,3 +94,6 @@ Simply add `clap` as a dependecy in your `Cargo.toml` file to use from crates.io
git = "https://github.com/kbknapp/clap-rs.git"
```
Then run `cargo build` or `cargo update` for your project.
## More Information
You can find complete documentation on the [github-pages site.](http://kbknapp.github.io/clap-rs/docs/clap/index.html)