Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 851 Bytes

README.hermit.md

File metadata and controls

28 lines (22 loc) · 851 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 [email protected] # install a specific version