Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 852 Bytes

README.hermit.md

File metadata and controls

29 lines (22 loc) · 852 Bytes

Installation

Install it with the following commands:

curl -fsSL https://github.com/cashapp/hermit/releases/download/stable/install.sh | /bin/bash
. ./bin/activate-hermit

Note This will download and install hermit into ~/bin. You should add this to your $PATH if it isn't already. It is also recommended to add hermit's shell integration

Hermit environment

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 version

or

hermit install opa@0.46 # install a specific version