From 220ec228fb315dd3416c25c2d63f7df9d1182e6c Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Tue, 2 Jan 2018 19:07:16 +1100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b641d0d3..b0806bb5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Cryptocurrency trading bot written in Golang -![Snazzy logo](/src/assets/page-logo.png "Now with snazzy logo") + + [![Build Status](https://travis-ci.org/thrasher-/gocryptotrader.svg?branch=master)](https://travis-ci.org/thrasher-/gocryptotrader) [![Software License](https://img.shields.io/badge/License-MIT-orange.svg?style=flat-square)](https://github.com/thrasher-/gocryptotrader/blob/master/LICENSE) [![GoDoc](https://godoc.org/github.com/thrasher-/gocryptotrader?status.svg)](https://godoc.org/github.com/thrasher-/gocryptotrader) @@ -75,7 +75,7 @@ When submitting a PR, please abide by our coding guidelines: Download and install Go from [Go Downloads](https://golang.org/dl/) -``` +```bash go get github.com/thrasher-/gocryptotrader cd $GOPATH/src/github.com/thrasher-/gocryptotrader go install @@ -86,9 +86,13 @@ Make any neccessary changes to the config file. Run the application! ## Donations -![Snazzy logo](/web/src/assets/early-dumb-donate.png "Now with snazzy logo") -If this framework helped you in any way, or you would like to support the developers working on it, please donate Bitcoin to: 1F5zVDgNjorJ51oGebSvNCrSAHpwGkUdDB + + + +If this framework helped you in any way, or you would like to support the developers working on it, please donate Bitcoin to: + +***1F5zVDgNjorJ51oGebSvNCrSAHpwGkUdDB*** ## Binaries -Binaries will be published once the codebase reaches a stable condition. +Binaries will be published once the codebase reaches a stable condition. \ No newline at end of file