From 7d30a536d59fab782a7a8fc53e93a2b0ea8c2634 Mon Sep 17 00:00:00 2001 From: Simon Roberts Date: Thu, 27 Jan 2022 12:53:32 +1100 Subject: [PATCH] Remove explicit reference to ~/go - that's platform specific, and may not be correct Mine was ~/golang --- 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 5cf9dae..51ee544 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -15,7 +15,7 @@ Make sure to have [go](https://golang.org/) (1.17+) installed, then do: go install github.com/cointop-sh/cointop@latest ``` -The cointop executable will be under `~/go/bin/cointop` so make sure `$GOPATH/bin` is added to the `$PATH` variable if not already. +The cointop executable will be under your GOPATH so make sure `$GOPATH/bin` is added to the `$PATH` variable if not already. Now you can run cointop: