diff --git a/docs/content/install.md b/docs/content/install.md index ee6d365..51ee544 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -9,13 +9,13 @@ There are multiple ways you can install cointop depending on the platform you're ## From source (always latest and recommended) -Make sure to have [go](https://golang.org/) (1.12+) installed, then do: +Make sure to have [go](https://golang.org/) (1.17+) installed, then do: ```bash -go get github.com/cointop-sh/cointop +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: