Skip to content

Commit

Permalink
doc: update README to reflect upgrade to gyp-next
Browse files Browse the repository at this point in the history
PR-URL: #2092
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
ryzokuken authored and rvagg committed May 26, 2020
1 parent ebc34ec commit e529f33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,9 +4,9 @@
[![Build Status](https://github.com/nodejs/node-gyp/workflows/Python_tests/badge.svg)](https://github.com/nodejs/node-gyp/actions?workflow=Python_tests)

`node-gyp` is a cross-platform command-line tool written in Node.js for
compiling native addon modules for Node.js. It contains a fork of the
[gyp](https://gyp.gsrc.io) project that was previously used by the Chromium
team, extended to support the development of Node.js native addons.
compiling native addon modules for Node.js. It contains a vendored copy of the
[gyp-next](https://github.com/nodejs/gyp-next) project that was previously used
by the Chromium team, extended to support the development of Node.js native addons.

Note that `node-gyp` is _not_ used to build Node.js itself.

Expand Down

0 comments on commit e529f33

Please sign in to comment.