Skip to content

Commit

Permalink
docs: Fix initial install step
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Oct 11, 2022
1 parent 8ffa7e6 commit 9660b0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -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
```

Expand Down

0 comments on commit 9660b0e

Please sign in to comment.