appliedgocode / goman

The missing man page for Go binaries. Goman fetches the repo's readme as a man page replacement.
Other
123 stars 3 forks source link

Updated README.md #13

Closed jdarge closed 1 year ago

jdarge commented 1 year ago

Updated installation command. 'go get' is deprecated when used outside a module.
To build and install a command, use 'go install' instead.