Skip to content

Commit

Permalink
clarify that yarn 1 is required, not just yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jun 19, 2023
1 parent 7602b09 commit de4c48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project uses [semantic commits](https://conventionalcommits.org) and [semver](https://semver.org).

To get started, make sure you have [Node](https://nodejs.org) and [Yarn](https://classic.yarnpkg.com) installed. Install dependencies with:
To get started, make sure you have [Node](https://nodejs.org) and [Yarn 1](https://classic.yarnpkg.com) (newer versions of Yarn do not work) installed. Install dependencies with:

```bash
yarn
Expand Down

0 comments on commit de4c48e

Please sign in to comment.