Skip to content

Commit 2d92b46

Browse files
add docs about using nvm to readme and contributing.md (swiftlang#529)
1 parent dcbd30e commit 2d92b46

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ more details.
5151
### Run Steps
5252

5353
> Note: requires [Node.js](https://nodejs.org/en/download/) v14
54-
> and [npm](https://www.npmjs.com/package/npm) v6.14
54+
> and [npm](https://www.npmjs.com/package/npm) v6.14. An easy way to set these up is to install
55+
> [nvm](https://github.com/nvm-sh/nvm) and run `nvm install` from within the Swift-DocC-Render
56+
> repository. To use these versions as the default, add `--default` to the installation command.
5557
5658
1. Checkout this repository using:
5759

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ SPAs are web apps that render dynamically at runtime entirely in the browser, us
88
## Getting Started
99

1010
> Note: requires [Node.js](https://nodejs.org/en/download/) v14
11-
> and [npm](https://www.npmjs.com/package/npm) v6.14
11+
> and [npm](https://www.npmjs.com/package/npm) v6.14. An easy way to set these up is to install
12+
> [nvm](https://github.com/nvm-sh/nvm) and run `nvm install` from within the Swift-DocC-Render
13+
> repository. To use these versions as the default, add `--default` to the installation command.
1214
1315
1. **Download this repository and go to its folder**
1416

0 commit comments

Comments
 (0)