Installing Supabase CLI - how?!
CLII am getting quite confused about the Supabase CLI, and its installation process. According to https://github.com/supabase/cli all I have to do is
I thought about installing it with
The only way that I have managed to make it work is with
(I am in Ubuntu)
npm i supabase, but this does not seem to workI thought about installing it with
npm install -g, but I found a github ticket saying that this is not supported.The only way that I have managed to make it work is with
npx supabase but that doesnt really install the CLI, and I would like that. How can I do it?(I am in Ubuntu)

