From 5b406989c037e5ad6d75183318288555cc15a8fa Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sat, 19 Jan 2019 15:25:06 -0800 Subject: [PATCH] update readme --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0091877..141fe8a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -

+


- cointop + logo


-

+ + +# cointop > Coin tracking for hackers @@ -83,6 +85,9 @@ You can download the binary from the [releases](https://github.com/miguelmota/co wget https://github.com/miguelmota/cointop/releases/download/x.x.x/cointop_x.x.x_linux_amd64.tar.gz tar -xvzf cointop_x.x.x_linux_amd64.tar.gz cointop ./cointop + +# optionally move to bin path +sudo mv cointop /usr/local/bin/cointop ``` ### Homebrew (macOS) @@ -485,7 +490,7 @@ Frequently asked questions: - Q: Where is the data from? - - A: Currently, the data is from [CoinMarketCap](https://coinmarketcap.com/). + - A: Currently the data is from [CoinMarketCap](https://coinmarketcap.com/). - Q: What coins does this support? @@ -493,7 +498,7 @@ Frequently asked questions: - Q: Will you be supporting more coin API's in the future? - - A: Yes supporting more coin API's is planned. + - A: Yes supporting more coin APIs is planned. - Q: How often is the data polled?