Skip to content

Commit fbbb25b

Browse files
Trotttargos
authored andcommitted
doc: edit building-node text
Simplifying some BUILDING.md and related text since a lot of people will be reading it soon for Code & Learn. I'd prefer to delete much of this text, but that risks controversy. These simplifications should be (I hope) uncontroversial. PR-URL: #23335 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent 7b327ea commit fbbb25b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

BUILDING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Building Node.js
22

3-
Depending on what platform or features you require, the build process may
4-
differ slightly. After you've successfully built a binary, running the
5-
test suite to validate that the binary works as intended is a good next step.
3+
Depending on what platform or features you need, the build process may
4+
differ. After you've built a binary, running the
5+
test suite to confirm that the binary works as intended is a good next step.
66

7-
If you can reproduce a test failure consistently, search for it in the
7+
If you can reproduce a test failure, search for it in the
88
[Node.js issue tracker](https://github.com/nodejs/node/issues) or
99
file a new issue.
1010

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,8 @@ the file's signature.
155155

156156
## Building Node.js
157157

158-
See [BUILDING.md](BUILDING.md) for instructions on how to build
159-
Node.js from source. The document also contains a list of
160-
officially supported platforms.
158+
See [BUILDING.md](BUILDING.md) for instructions on how to build Node.js from
159+
source and a list of supported platforms.
161160

162161
## Security
163162

0 commit comments

Comments
 (0)