Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reword
  • Loading branch information
GeoffreyBooth committed Mar 7, 2024
commit bff9dbcc2a61bb0a571e3e3db265b41e4e7b4180
6 changes: 2 additions & 4 deletions doc/contributing/distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ that doing so is not a breaking change.
## Executables

The Node.js distribution adds a number of executable commands into the user's
Comment thread
GeoffreyBooth marked this conversation as resolved.
Outdated
`PATH`, such as `node`. The distribution will only include executables that run
code that is vendored within the Node.js distribution. The distribution will not
include executables whose names refer to software that is not included in the
Node.js distribution.
`PATH`, such as `node`. The distribution will only include executables whose
names refer to software that is vendored within the Node.js distribution.