From 63e3458fcb9157be3385a834f592387f565f5e8c Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Tue, 9 Mar 2021 21:07:33 -0800 Subject: [PATCH] Update install docs --- docs/content/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/install.md b/docs/content/install.md index a1513b6..8a4d2b9 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -15,7 +15,7 @@ Make sure to have [go](https://golang.org/) (1.12+) installed, then do: go get github.com/miguelmota/cointop ``` -Make sure `$GOPATH/bin` is added to the `$PATH` variable. +The cointop executable will be under `~/go/bin/cointop` so make sure `$GOPATH/bin` is added to the `$PATH` variable if not already. Now you can run cointop: