tursodatabase / turso-cli

Command line interface to Turso.
https://turso.tech
MIT License
228 stars 37 forks source link

Install cli with native `go install` #830

Closed leandergangso closed 8 months ago

leandergangso commented 8 months ago

Would be nice for people using Go, to be able to install the CLI by running go install github.com/tursodatabase/turso-cli@latest

avinassh commented 8 months ago

hey! It is possible. Can you try:

go install github.com/tursodatabase/turso-cli/cmd/turso@latest