Skip to content

Commit 154c6a1

Browse files
committed
Add links to docs
1 parent 94afb47 commit 154c6a1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#Node.js
2+
13
<!--lint disable no-literal-urls-->
24
<p align="center">
35
<a href="https://nodejs.org/">
@@ -11,7 +13,15 @@
1113

1214
Node.js is an open-source, cross-platform, JavaScript runtime environment. It
1315
executes JavaScript code outside of a browser. For more information on using
14-
Node.js, see the [Node.js Website][].
16+
Node.js, see the [Node.js Website][https://nodejs.org/en/].
1517

1618
This is the official [V8](https://github.com/v8/v8/wiki) fork of [Node.js](https://github.com/nodejs/node).
1719

20+
## Quick start
21+
22+
* If you need to run Node.js with V8 ToT, you can
23+
[build Node with GN](https://chromium.googlesource.com/v8/node-ci/).
24+
* See [what to do](https://v8.dev/docs/node-integration) if your CL broke the
25+
Node.js integration build.
26+
27+

0 commit comments

Comments
 (0)