Update readme.md
`go install` command won't download source, it works only if source already dowloaded into GOPATH. For the installation, we should use `go get` command - it will download sources first and then run `go install`.
This commit is contained in:
parent
75e4e53b5f
commit
337e95201a
Loading…
Reference in New Issue