From 6171b2f36cfd4f7836721eaf06a8dd6cf53c4644 Mon Sep 17 00:00:00 2001 From: saeta-eth Date: Wed, 4 Sep 2024 17:04:19 -0300 Subject: [PATCH] update readme --- packages/cli/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/cli/README.md b/packages/cli/README.md index 5c5ebbc0d..9af45eaa8 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -24,6 +24,8 @@ We use bats as our main testing infrastructure for end-to-end tests. To run the npm run test-e2e ``` +Note: if you're using MacOS, you will need to install parallel before running the E2E tests: https://www.gnu.org/software/parallel/ + ## Setup to Build To deploy protocols and create your own packages (i.e. build Cannonfiles), first run the `setup` command: