From 77ce3e7c614294de8332945e748daac6820f033d Mon Sep 17 00:00:00 2001 From: Nick Evans <2616208+nickevansuk@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:28:23 +0100 Subject: [PATCH] Update README.md to include `nvm use` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d2a97cba9..67edfb19a4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ You can check that the test suite works in your local environment by running it ``` bash git clone git@github.com:openactive/openactive-test-suite.git cd openactive-test-suite +nvm use npm install npm start -- core ```