Skip to content

Commit

Permalink
The -g is missing on the npm install.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines committed Feb 1, 2024
1 parent e55a6a6 commit 003b15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/module-2/3-topos-playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Minimum required versions:
Once you have the necessary software on your machine, run:

```sh
$ npm install @topos-protocol/topos-playground@0.1.0 --save-dev --save-exact
$ npm install -g @topos-protocol/topos-playground@0.1.0 --save-dev --save-exact
```

</StepItem>
Expand Down

0 comments on commit 003b15c

Please sign in to comment.