I'm not sure what wording you'd use but one thing I found confusing about this repo is there doesn't appear to be actual instructions on how to install it. I found the releases page on a hunch and it had exactly what I needed.
Possibly a separate issue but in both the main purescript binaries and psc-package, they don't offer suggestions on how to install the binaries. Typically I run sudo install -t /usr/local/bin psc* but I've learned this the hard way from installing NPM which also lacks installation instructions for their binaries.
I'm not sure what wording you'd use but one thing I found confusing about this repo is there doesn't appear to be actual instructions on how to install it. I found the releases page on a hunch and it had exactly what I needed.
Possibly a separate issue but in both the main purescript binaries and psc-package, they don't offer suggestions on how to install the binaries. Typically I run
sudo install -t /usr/local/bin psc*
but I've learned this the hard way from installing NPM which also lacks installation instructions for their binaries.