You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 getdeprecated.
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!
The text was updated successfully, but these errors were encountered:
If you have time, would be awesome if you could update the
README.md
with the newergo install
based procedure...Currently you have
go get github.com/muesli/streamdeck
butgo get
deprecated.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!
The text was updated successfully, but these errors were encountered: