From 82f5676709c0c8889140f5c9ffaec0f7e8cd853d Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Mon, 2 Nov 2015 19:11:49 +1100 Subject: [PATCH] Updated README.md. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d360a635..358f2d06 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,15 @@ A cryptocurrency trading bot supporting multiple exchanges written in Golang. + Trade history summary generation for tax purposes. Please feel free to submit any pull requests or suggest any desired features to be added. + +## Compiling instructions +Download Go from https://golang.org/dl/ +Using a terminal, type go get github.com/thrasher-/gocryptotrader +Change directory to the package directory, then type go install. +Copy config_example.json to config.json. +Make any neccessary changes to the config file. +Run the application! + +## Binaries +Binaries will be published once the codebase reaches a stable condition. +