Skip to content

Commit

Permalink
Update installation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
burakkaygusuz committed Nov 1, 2023
1 parent 8353fa2 commit 49ab244
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

Make sure you have installed all the following prerequisites on your development machine:

| OS | Node |
|---------|--------------------------------------------|
| Windows | `winget install OpenJS.NodeJS.LTS` |
| macOS | `brew install node@18` |
| OS | Node |
| ------- | --------------------------------------- |
| Windows | `winget install --id OpenJS.NodeJS.LTS` |
| macOS | `brew install node@20` |

## Executing The Tests

Expand Down

0 comments on commit 49ab244

Please sign in to comment.