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
The documentation says that octosql can be built with these commands:
git clone https://github.com/cube2222/octosql
cd octosql
go install
But what happens next? go install downloaded a bunch of packages but then nothing happened and I can't find an executable binary. Sorry, I'm not a go developer and not familiar with go specific conventions.