diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2014-12-11 11:35:05 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2014-12-11 11:35:05 +0100 |
commit | dd9490d438ad202b9454558bfd42112d6386720d (patch) | |
tree | 1af7e78a12cb7c099df31cfda98989897daecc17 | |
parent | 31a0b324141fb5f1a70877e68df397d896aebe2c (diff) | |
download | imusician-reports-dd9490d438ad202b9454558bfd42112d6386720d.tar.gz imusician-reports-dd9490d438ad202b9454558bfd42112d6386720d.tar.bz2 imusician-reports-dd9490d438ad202b9454558bfd42112d6386720d.zip |
Update readme with requirements and usage.
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ # Parse sales reports from iMusicianDigital +Parses the csv exported from iMusicianDigital's sales page and outputs +a few different reports that may be more useful and easy to read. + +## Requirements + +* Ruby 2.x + +## Usage + + ruby <path_to_program>/parse_report.rb <input-file.csv> + ## License Copyright (C) 2014 Harald Eilertsen |