Skip to content

Commit

Permalink
fix: improve hermit instructions (#2123)
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Douglas <[email protected]>
  • Loading branch information
stuartwdouglas and Stuart Douglas authored Jul 22, 2024
1 parent edbbf12 commit f515a3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ $ . ./bin/activate-hermit

> **Tip:** Install Hermit's [shell hooks](https://cashapp.github.io/hermit/usage/shell/) to automatically activate Hermit environments when you `cd` into them.
Once Hermit has been activated you need to install all required dependencies. To do this run:

```
$ hermit install
```

If using an IDEA IDE we highly recommend installing
the Hermit [IDEA plugin](https://plugins.jetbrains.com/plugin/16882-hermit).
For most other editors, starting your editor from within a terminal in an
Expand Down

0 comments on commit f515a3a

Please sign in to comment.