Documentation currently indicates two different installation methods
Docs website (https://coasts.dev/docs#installing):
curl -fsSL https://coasts.dev/install | sh
coast daemon install
The readme.md (https://github.com/coast-guard/coasts?tab=readme-ov-file#installation):
eval "$(curl -fsSL https://coasts.dev/install)"
When I try to install by either means, I have this result per the screenshot:

It seems the installation goes to a different folder than the coast command expects it to be.
I am attempting to install v0.1.37 in Ubuntu via WSL2 on Windows 11.