Version
1.23.0
What happened?
I installed sqlc using go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
If I run sqlc version it says
zsh: command not found: sqlc
my go version - go1.21.3 darwin/arm64
I'm a newbie to go. Do I have to add anything to path or something like that?
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
MacOS
What database engines are you using?
No response
What type of code are you generating?
No response