Tidal: command not found in Ubuntu 20.04

I have been trying to install Tidal on WSL running Ubuntu 20.04 and both cabal update and cabal install tidal have been successful.
When I run tidal command, it says command not found. I checked that ghci is properly set up and it works (running GHCi, version 8.6.5).

On Mac OS I am able to run this command and it basically runs ghci with Tidal loaded - I usually do this when I am interested in testing some code but I do not need to generate audio.
Is it legit on Linux as well, or I have done something wrong?

Man was I stupid!
I just realised that the tidal command is the one fired by vim-tidal plugin so it makes complete sense that I don't have it available if I haven't installed the plugin.