Skip to content

Commit ed9625b

Browse files
Revise Download instructions for Unix & Fix Grammar in CONTRIBUTING.md (#6769)
* Update CONTRIBUTING.md Signed-off-by: NotYourAverageGamer <[email protected]> * Update getNodeDownloadSnippet.ts updated download instructions to notify users on unix systems that restarting the terminal may be necessary to continue to step 2 after first installing nvm Signed-off-by: NotYourAverageGamer <[email protected]> --------- Signed-off-by: NotYourAverageGamer <[email protected]> Co-authored-by: Michael Esteban <[email protected]>
1 parent 18abb2a commit ed9625b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ for getting things done and landing your contribution.
128128
> We use [GitHub Merge Queues](https://github.blog/2023-07-12-github-merge-queue-is-generally-available/)
129129
> which means that before merge the PRs get automatically updated and checked against the latest changes on the base branch.
130130
>
131-
> This also reduces the amount of times we need to run our CI checks, as every new push requires freshly new CI-checks.
131+
> This also reduces the amount of times we need to run our CI checks, as every new push requires fresh new CI-checks.
132132

133133
### CLI Commands
134134

util/getNodeDownloadSnippet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const getNodeDownloadSnippet = (release: NodeRelease, os: UserOS) => {
3636
# installs nvm (Node Version Manager)
3737
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
3838
39-
# download and install Node.js
39+
# download and install Node.js (you may need to restart the terminal)
4040
nvm install ${release.major}
4141
4242
# verifies the right Node.js version is in the environment

0 commit comments

Comments
 (0)