fast
fast copied to clipboard
Update "go get" syntax to "go install"
The go get -u … command in the current README is no longer supported; this PR updates to the current go install … syntax.
Thanks for the useful tool!