Installation
Installing the Toolchain
To install the toolchain, execute the installation script:
curl -sSL https://raw.githubusercontent.com/vekatze/neut/main/install.sh | bash
Then follow the instructions.
You might also want to configure your editor.
If you prefer a manual installation, see Manual Installation.
Uninstallation
To uninstall, remove the following:
- the binary
~/.local/bin/neut, - related environment variables from your shell config, and
- cache directories in your projects (if desired).