diff --git a/BUILDING.md b/BUILDING.md index 3f95f32d72d9b6..08276975ae453b 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -205,6 +205,15 @@ To read the documentation: $ man doc/node.1 ``` +If you prefer to read the documentation in a browser, +run the following after `make doc` is finished: + +```console +$ make docopen +``` + +This will open a browser with the documentation. + To test if Node.js was built correctly: ```console