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?