Skip to content

Commit

Permalink
Update contributing guide to reflect yarn v2 zero installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wood committed Sep 4, 2023
1 parent 55d03a3 commit 2e0464c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ Feel free to ask questions using [issues](https://github.com/cpcwood/jest-erb-tr

The project uses the [`yarn`](https://yarnpkg.com/) package manager, please install by following Yarn's [documentation](https://yarnpkg.com/getting-started/install).

To setup the project: clone the repository, navigate to the project's root directory, and install the dependencies using:
To setup the project: clone the repository and navigate to the project's root directory.

```sh
yarn install
```
Packages are managed using yarn's plug and play zero installs.

## Tests

Expand Down

0 comments on commit 2e0464c

Please sign in to comment.