Skip to content

Commit

Permalink
Update setup instructions in README to include corepack enable
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesir87 committed Dec 23, 2024
1 parent 417c59b commit 38e6d74
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 @@ -34,7 +34,7 @@ This project is currently configured to run all dependent services in containers

To start the app, follow these steps:

1. Ensure you have [Node](https://nodejs.org) and [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable) installed on your machine.
1. Ensure you have [Node 22+](https://nodejs.org) installed on your machine.

2. Start all of the application dependencies

Expand All @@ -45,6 +45,7 @@ To start the app, follow these steps:
3. Install the app dependencies and start the main app with the following command:

```console
corepack enable
yarn install
yarn dev
```
Expand Down

0 comments on commit 38e6d74

Please sign in to comment.