Skip to content

Commit

Permalink
Update how-to-contribute.en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain authored Jul 10, 2024
1 parent 7e75ae0 commit acb7b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/how-to-contribute.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Before developing the code, you need to install some necessary development tools
You may need the following development tools:

- [Git](https://git-scm.com)
- [Node.JS](https://nodejs.org/en/), version number `>= 12.x`, `<= 14.x`
- [Node.JS](https://nodejs.org/en/), version number `>= 16.x`, `<= 18.x`
- [Python](https://www.python.org/downloads/) \(pre-dependency of node-gyp library; view [node-gyp readme](https://github.com/nodejs/node-gyp#installation) and find a suitable version currently supported\)
- **Note:** Windows users install Python automatically when installing the npm module of `windows-build-tools`. It can be quickly installed in this way as follows:
- A C/C++ compilation tool suitable for your system:
Expand Down

0 comments on commit acb7b6e

Please sign in to comment.