
Remove OS specific install instructions that all repeat the same thing. Since `go get ...` is being deprecated (to install executables) recommend an install procedure that works on all supported versions of go (`git clone && go install`) but also mention the new `go install` mode in 1.16.
1 line
49 B
Markdown
1 line
49 B
Markdown
See [general install instructions](../README.md). |