From 47006278834094b68e2399e27590dbf0272faa19 Mon Sep 17 00:00:00 2001 From: Phoebe Lew Date: Tue, 5 Mar 2024 10:31:13 -0800 Subject: [PATCH] readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 01c5359ab..ef6400d6c 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,13 @@ We recommend this config which will only checkout the files relevant to web5-js git -C web5-spec sparse-checkout set test-vectors ``` +### Hermit +This project uses hermit to manage tooling like node. See [this page](https://cashapp.github.io/hermit/usage/get-started/) to set up Hermit on your machine - make sure to download the open source build and activate it for the project + +Currently, we have these packages installed via Hermit (can also view by checking out `hermit status`): +- node +- pnpm + ## Installation _NPM_