If you have time, would be awesome if you could update the README.md with the newer go install based procedure...
Currently you have go get github.com/muesli/streamdeck but go get deprecated.
I think it's supposed to be something like:
go install github.com/muesli/streamdeck/cmd/streamdeck-cli@latest
Or
go run github.com/muesli/streamdeck/cmd/streamdeck-cli@latest
Totally tangentially, you've written Go quite prolifically for the past several years! Would be fascinating to hear your thouhts on how you see the strenghts of Go and Rust over the next several years!
If you have time, would be awesome if you could update the
README.mdwith the newergo installbased procedure...Currently you have
go get github.com/muesli/streamdeckbutgo getdeprecated.I think it's supposed to be something like:
Or
Totally tangentially, you've written Go quite prolifically for the past several years! Would be fascinating to hear your thouhts on how you see the strenghts of Go and Rust over the next several years!