Update README.md

This commit is contained in:
Adrian Gallagher
2018-01-02 19:07:16 +11:00
parent 8e7e2fb914
commit 220ec228fb

View File

@@ -1,5 +1,5 @@
# Cryptocurrency trading bot written in Golang
![Snazzy logo](/src/assets/page-logo.png "Now with snazzy logo")
<img src="https://github.com/thrasher-/gocryptotrader/blob/master/web/src/assets/page-logo.png?raw=true" width="350px" height="350px" hspace="70">
[![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
<img src="https://github.com/thrasher-/gocryptotrader/blob/master/web/src/assets/early-dumb-donate.png?raw=true" hspace="70">
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.