You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ Then:
29
29
30
30
When every check is green and a team member approves, your contribution is merged! 🚀
31
31
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:
33
33
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)
0 commit comments