Skip to content

Commit

Permalink
Add Volta to Installation (#436)
Browse files Browse the repository at this point in the history
Volta has officially support pnpm: https://docs.volta.sh/advanced/pnpm
  • Loading branch information
hckhanh authored Aug 10, 2023
1 parent d424430 commit 2b1a084
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,14 @@ If you have Chocolatey installed, you can install pnpm using the following comma
choco install pnpm
```

## Using Volta

If you have Volta installed, you can install pnpm using the following command:

```
volta install pnpm
```

:::tip

Do you wanna use pnpm on CI servers? See: [Continuous Integration](./continuous-integration.md).
Expand Down

0 comments on commit 2b1a084

Please sign in to comment.