Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 697d4bd63aa..e3bd7a7e9db 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -206,6 +206,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