File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ file a new issue.
24
24
* [ Unix prerequisites] ( #unix-prerequisites )
25
25
* [ macOS prerequisites] ( #macos-prerequisites )
26
26
* [ Building Node.js] ( #building-nodejs-1 )
27
+ * [ Installing Node.js] ( #installing-nodejs )
27
28
* [ Running Tests] ( #running-tests )
28
29
* [ Running Coverage] ( #running-coverage )
29
30
* [ Building the documentation] ( #building-the-documentation )
@@ -299,6 +300,14 @@ project's root directory.
299
300
$ sudo ./tools/macos-firewall.sh
300
301
```
301
302
303
+ #### Installing Node.js
304
+
305
+ To install this version of Node.js into a system directory:
306
+
307
+ ``` bash
308
+ [sudo] make install
309
+ ```
310
+
302
311
#### Running Tests
303
312
304
313
To verify the build:
@@ -458,12 +467,6 @@ To test if Node.js was built correctly:
458
467
./node -e " console.log('Hello from Node.js ' + process.version)"
459
468
```
460
469
461
- To install this version of Node.js into a system directory:
462
-
463
- ``` bash
464
- [sudo] make install
465
- ```
466
-
467
470
#### Building a debug build
468
471
469
472
If you run into an issue where the information provided by the JS stack trace
You can’t perform that action at this time.
0 commit comments