Install it with the following commands:
curl -fsSL https://github.com/cashapp/hermit/releases/download/stable/install.sh | /bin/bash
. ./bin/activate-hermitNote This will download and install hermit into
~/bin. You should add this to your$PATHif it isn't already. It is also recommended to add hermit's shell integration
This is a Hermit bin directory.
The symlinks in this directory are managed by Hermit and will automatically download and install Hermit itself as well as packages. These packages are local to this environment.
Want to update a pacakge?
hermit install opa@latest # updates to the latest versionor
hermit install opa@0.46 # install a specific version