TylerBrock / saw

Fast, multi-purpose tool for AWS CloudWatch Logs
MIT License
1.4k stars 77 forks source link

Update manual install command in README.md #77

Closed Coteh closed 1 year ago

Coteh commented 1 year ago

Running go get -u github.com/TylerBrock/saw didn't add saw as a command for me, even after adding %GOPATH%/bin to my path. After running go install github.com/TylerBrock/saw@latest instead, it did. I believe this is the recommended way to install binaries now in Go.

https://stackoverflow.com/a/68559728 https://go.dev/blog/go116-module-changes#TOC_4. https://go.dev/ref/mod#go-install

TylerBrock commented 1 year ago

great, thank you!