Skip to content

Commit

Permalink
README update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
echistyakov committed Aug 4, 2015
1 parent ac83505 commit d086c31
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,32 @@ cielo24 Ruby API Library

* Core gem path:

cielo24_gem/cielo24-X.X.X.gem *(depends on httpclient, hashie)*
`cielo24_gem/cielo24-X.X.X.gem` *(depends on httpclient, hashie)*

* Ruby Gems:

Run the following command to install сielo24 gem as well as any dependencies:
`gem install cielo24`
```
gem install cielo24
```
More information can be found here: http://rubygems.org/gems/cielo24
Run the following command to install сielo24-cli gem as well as any dependencies:
`gem install cielo24-cli`
```
gem install cielo24-cli
```
Usage: `cielo24cli [action] [options]`
Usage:
```
cielo24cli [action] [options]
```
More information can be found here: https://rubygems.org/gems/cielo24-cli
* Command Line Interface gem path:
cielo24_command/cielo24-cli-X.X.X.gem *(depends on cielo24, thor)*
`cielo24_command/cielo24-cli-X.X.X.gem` *(depends on cielo24, thor)*
For a detailed API documentation visit: http://docs.cielo24.com/en/latest/

0 comments on commit d086c31

Please sign in to comment.