Skip to content

Commit

Permalink
docs: update installation requirements in contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Crustum7 committed Sep 22, 2023
1 parent 273d8ce commit c5fc94b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ You must have the following installed on your system to contribute locally:
- [`Node.js`](https://nodejs.org/en/) (See the root [.node-version](.node-version) file for the required version. You can find a list of tools on [node-version-usage](https://github.com/shadowspawn/node-version-usage) to switch the version of [`Node.js`](https://nodejs.org/en/) based on [.node-version](.node-version).)
- [`yarn`](https://yarnpkg.com/en/docs/install)
- [`python`](https://www.python.org/downloads/) (since we use `node-gyp`. See their [repo](https://github.com/nodejs/node-gyp) for Python version requirements.)
- [`cmake`](https://cmake.org/) (`sudo apt install cmake` on Unix)

### Getting Started

Expand Down

0 comments on commit c5fc94b

Please sign in to comment.