Skip to content

Commit

Permalink
docs: mention enabling corepack in README (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloSchulerPiletti authored Oct 19, 2024
1 parent 3a53482 commit 965fae9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Welcome to the Nuxt website repository available on [nuxt.com](https://nuxt.com)

## Setup

Make sure to install the dependencies
Make sure to enable corepack and install the dependencies:

```bash
corepack enable
pnpm install
```

Expand Down

0 comments on commit 965fae9

Please sign in to comment.