Patch release - fix bug in reading config file path from command line argument
When passing a path to the config file as an argument, that file got ignored. This fixes it so that you can say:
$ exercism --config=/path/to/config.json configure --key=abc123
There are installation instructions for windows and mac.