From ac665991d57cb4b46f4bc3e12d273515d8809c2f Mon Sep 17 00:00:00 2001 From: Jason Shipman Date: Wed, 26 Jan 2022 20:35:30 -0500 Subject: [PATCH] Update install docs for compatible go version --- docs/content/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/install.md b/docs/content/install.md index ee6d365..5cf9dae 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -9,10 +9,10 @@ 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.