Skip to content

Commit

Permalink
Add gem signing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 7, 2013
1 parent e7a83d2 commit 2bf7025
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,16 @@ US Dollars.
## Installation
gem install mtgox

To ensure the code you're installing hasn't been tampered with, it's
recommended that you verify the signature. To do this, you need to add my
public key as a trusted certificate (you only need to do this once):

gem cert --add <(curl -Ls https://gist.github.com/sferik/4701180/raw/public_cert.pem)

Then, install the gem with the high security trust policy:

gem install mtgox -P HighSecurity

## Alias
After installing the gem, you can get the current price for 1 BTC in USD by
typing `btc` in your bash shell simply by setting the following alias:
Expand Down

0 comments on commit 2bf7025

Please sign in to comment.