Skip to content

Commit

Permalink
Merge pull request #11 from Pascal666/patch-1
Browse files Browse the repository at this point in the history
Add example installation instructions and Poloniex config file options. Thank you Pascal!
  • Loading branch information
zdavatz committed Oct 12, 2017
2 parents 0594de9 + 96688e3 commit 06b5047
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# rapflag
Bitfinex and Poloniex Exporter for your Taxman.

### set your key, desired currencies in
### example installation instructions
```
yum install ruby-devel gcc-c++ make
gem install public_suffix:2.0.5 rapflag
```

### set your keys, desired currencies in
```
./etc/config.yml
```
sample
```
---
currencies: [ 'USD', 'BTC', 'BFX']
api_key: ''
secret: ''
poloniex_api_key: ''
poloniex_secret: ''
```
comment out "currencies" if you want to export all currencies.
### run as follows
Expand Down

0 comments on commit 06b5047

Please sign in to comment.