File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,32 @@ cielo24 Ruby API Library
3
3
4
4
* Core gem path:
5
5
6
- cielo24_gem/cielo24-X.X.X.gem * (depends on httpclient, hashie)*
6
+ ` cielo24_gem/cielo24-X.X.X.gem ` * (depends on httpclient, hashie)*
7
7
8
8
* Ruby Gems:
9
9
10
10
Run the following command to install сielo24 gem as well as any dependencies:
11
- ` gem install cielo24 `
11
+ ```
12
+ gem install cielo24
13
+ ```
12
14
13
15
More information can be found here: http://rubygems.org/gems/cielo24
14
16
15
17
Run the following command to install сielo24-cli gem as well as any dependencies:
16
- ` gem install cielo24-cli `
18
+ ```
19
+ gem install cielo24-cli
20
+ ```
17
21
18
- Usage: ` cielo24cli [action] [options] `
22
+ Usage:
23
+ ```
24
+ cielo24cli [action] [options]
25
+ ```
19
26
20
27
More information can be found here: https://rubygems.org/gems/cielo24-cli
21
28
22
29
* Command Line Interface gem path:
23
30
24
- cielo24_command/cielo24-cli-X.X.X.gem * (depends on cielo24, thor)*
31
+ ` cielo24_command/cielo24-cli-X.X.X.gem` *(depends on cielo24, thor)*
25
32
26
33
27
34
For a detailed API documentation visit: http://docs.cielo24.com/en/latest/
You can’t perform that action at this time.
0 commit comments