From 9660b0e9fbd30e2f3a73e4afd37b4afdabfc8792 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 11 Oct 2022 11:48:52 +0530 Subject: [PATCH] docs: Fix initial install step --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0fbea544..ed436a8d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,8 @@ https://docs.github.com/en/get-started/quickstart/fork-a-repo ```bash git clone git@github.com:mermaid-js/mermaid.git cd mermaid -pnpm install +# npx is required for first install as volta support for pnpm is not added yet. +npx pnpm install pnpm test ```