From 8d6b18ed72f19ad4b6a04f90c72403d9cbcdb095 Mon Sep 17 00:00:00 2001 From: Nick Evans <2616208+nickevansuk@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:25:45 +0000 Subject: [PATCH] Update README.md to include `nvm use` (#692) Co-authored-by: Darren Temple --- 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 ```