Skip to content

doc: fix inconsistency in documentation for building

Rodrigo Muino Tomonari requested to merge github/fork/spwg/docs-update into master

Specifically, fix the inconsistency where the documentation suggests running "$ make test" instead of "$ make -j4 test". The "-j4" flag uses multiple processes, making the command faster.

Fixes: https://github.com/nodejs/node/issues/19919

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading