Remove explicit reference to ~/go - that's platform specific, and may not be correct

Mine was ~/golang
pull/301/head
Simon Roberts 2 years ago committed by GitHub
parent ac665991d5
commit 7d30a536d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save