Skip to content

Commit

Permalink
chore: update how-to-contribute (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain authored Jul 10, 2024
1 parent 7e75ae0 commit 3353e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion docs/develop/how-to-contribute.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn config set -H npmRegistryServer "https://registry.npmmirror.com"
你可能需要下面一些开发工具:

- [Git](https://git-scm.com)
- [Node.JS](https://nodejs.org/en/), 版本号 `>= 12.x`, `<= 14.x`
- [Node.JS](https://nodejs.org/en/), 版本号 `>= 16.x`, `<= 18.x`
- [Python](https://www.python.org/downloads/) (node-gyp 库的前置依赖; 查看 [node-gyp readme](https://github.com/nodejs/node-gyp#installation) 找到当前支持的合适版本)
- **注意:** Windows 用户通过安装 `windows-build-tools` 的 npm 模块将会自动安装 Python,可以通过这种方式进行快速安装。(见下方)
- 一个适合你系统的 C/C++ 编译工具:
Expand Down

0 comments on commit 3353e7f

Please sign in to comment.