Skip to content

Commit dc8b6f2

Browse files
authored
docs(contributing): clean up paragraph about local dependencies (#1023)
1 parent b41a646 commit dc8b6f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Then:
2929

3030
When every check is green and a team member approves, your contribution is merged! 🚀
3131

32-
For the local dependencies we require previously set up:
32+
Before contributing, make sure you have the following dependencies set up on your machine:
3333

34-
- yarn v1
35-
- node (version available in [.nvmrc](https://github.com/algolia/autocomplete/blob/next/.nvmrc))
36-
- setup for node-gyp (make sure you have called `xcode-select --install` a first time on macOS
34+
- [Yarn v1](https://classic.yarnpkg.com/)
35+
- [Node.js](https://nodejs.org/) (version available in [.nvmrc](https://github.com/algolia/autocomplete/blob/next/.nvmrc))
36+
- setup for [node-gyp](https://github.com/nodejs/node-gyp) (on macOS, install the XCode Command Line Tools by running `xcode-select --install` in the terminal if you haven't already)
3737
- a version of Chrome/Chromium (for Puppeteer)
3838

3939
## Commit conventions

0 commit comments

Comments
 (0)