Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Miglar committed Jun 30, 2015
1 parent 2c1e28d commit 34f28f5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Before you can use the bitcodin-ruby API wrapper, you have to install two ruby g
```bash
gem install rest-client coveralls
```
Go into the folder, which helds the repo you cloned and execute the following commands to install the bitmovin gem:

```bash
gem build ruby.gemspec
gem install bitcodin-version.gem
```

Be sure to replace 'version' with the appropriate version in the filename.

# Getting started
The main interaction with bitcodin will be handled through the BitcodinApi class. Therefore instantiate an object with your API key, which can be found in the settings of your bitcodin user account, as shown in the figure below.
Expand Down

0 comments on commit 34f28f5

Please sign in to comment.