Skip to content

Commit

Permalink
docs: update docs accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Jan 8, 2025
1 parent c7f1d00 commit 99bd43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/local-typescript-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ Note: on Windows we strongly recommend using the [Windows Subsystem for Linux](h
(this will pick up the right version from `.nvmrc`)
5. Install yarn:
5. Enable [Corepack](https://nodejs.org/docs/latest-v22.x/api/corepack.html), which provides `yarn` versions:
```sh
npm install -g yarn
corepack enable
```
6. Run yarn inside the repo folder to install dependencies:
Expand Down

0 comments on commit 99bd43e

Please sign in to comment.