From 1e278fdcefe4eaf310e8a6fb4d57ab203d1db2cd Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Tue, 18 Dec 2018 02:30:08 -0800 Subject: [PATCH] update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13962c7..6140fe8 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,9 @@ Make sure to have [go](https://golang.org/) (1.9+) installed, then do: go get -u github.com/miguelmota/cointop ``` -Run +Make sure `$GOPATH/bin` is added to the `$PATH` variable. + +Now you can run cointop: ```bash cointop @@ -526,7 +528,7 @@ Action|Description - Q: The data isn't refreshing! - - A: The CoinMarketCap API has rate limits, so make sure to keep manual refreshes to a minimum. If you've hit the rate limit then wait about half an hour to be able to fetch the data again. Keep in mind the CoinMarketCap updates prices every 5 minutes constant refreshes aren't necessary. + - A: The CoinMarketCap API has rate limits, so make sure to keep manual refreshes to a minimum. If you've hit the rate limit then wait about half an hour to be able to fetch the data again. Keep in mind that CoinMarketCap updates prices every 5 minutes so constant refreshes aren't necessary. - Q: How do I quit the application?