Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 7847fbd

Browse files
committed
README.md: updated info.
1 parent 19db13e commit 7847fbd

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

README.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,26 @@
1-
# agent-bittrex-firehose
1+
# bittrex-cli
22

3-
[![Build Status](https://travis-ci.org/steenzout/agent-bittrex-firehose.svg?branch=master)](https://travis-ci.org/steenzout/agent-bittrex-firehose/)
4-
[![Coverage Status](https://coveralls.io/repos/steenzout/agent-bittrex-firehose/badge.svg?branch=master&service=github)](https://coveralls.io/github/steenzout/agent-bittrex-firehose?branch=master)
3+
[![Build Status](https://travis-ci.org/steenzout/go-bittrex-cli.svg?branch=master)](https://travis-ci.org/steenzout/go-bittrex-cli/)
4+
[![Coverage Status](https://coveralls.io/repos/steenzout/go-bittrex-cli/badge.svg?branch=master&service=github)](https://coveralls.io/github/steenzout/go-bittrex-cli?branch=master)
55

6-
This repository contains the Go agent that connects to the [Bittrex][bitrex] [API][bitrex-api].
7-
8-
## Build
9-
10-
```bash
11-
$ go build main.go
12-
```
13-
14-
## Run
6+
Command-line interface to the [Bittrex][bittrex] [API][bittrex-api].
157

168
```bash
17-
$ go run main.go
18-
```
9+
$ make
1910

20-
## Usage
21-
22-
```bash
11+
$ ./go-bittrex-cli
2312
NAME:
24-
main - bittrex-cli is a command-line interface to the Bittrex API.
13+
bittrex-cli - bittrex-cli is a command-line interface to the Bittrex API.
2514

2615
USAGE:
27-
main [global options] command [command options] [arguments...]
16+
bittrex-cli [global options] command [command options] [arguments...]
2817

2918
VERSION:
3019
0.0.0
3120

3221
COMMANDS:
3322
get get data
23+
version version
3424
help, h Shows a list of commands or help for one command
3525

3626
GLOBAL OPTIONS:
@@ -40,4 +30,4 @@ GLOBAL OPTIONS:
4030

4131
[bittrex]: https://bittrex.com "Bittrex"
4232
[bittrex-api]: https://bittrex.com/home/api "Bittrex API"
43-
[license]: https://raw.githubusercontent.com/steenzout/agent-bittrex-firehose/master/LICENSE "License"
33+
[license]: https://raw.githubusercontent.com/steenzout/go-bittrex-cli/master/LICENSE "License"

0 commit comments

Comments
 (0)