Skip to content

Commit 30216b3

Browse files
Add links/tweaks to the README (#1106)
1 parent 1b2299f commit 30216b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ We've written a [technical overview](./docs/tech-overview.md) that's a good star
2323

2424
Getting up and running:
2525

26-
1. Ensure you have a working Node.js environment. We recommend using the LTS version of Node and NPM 8+.
27-
2. Checkout this repository.
28-
3. Install the dependencies via `npm install`.
29-
4. Choose from the NPM scripts documented below.
26+
1. Ensure you have a working [Node.js environment](https://nodejs.org/en/download/). We recommend using the LTS version of Node and NPM version 8 or newer.
27+
2. Checkout this repository with Git. GitHub have some [learning resources for Git](https://docs.github.com/en/get-started/quickstart/git-and-github-learning-resources) that you may find useful.
28+
3. Install the dependencies by running `npm install` on the command line in the checkout folder.
29+
4. Choose from the NPM scripts documented below. Try `npm start` if you're not sure.
3030

3131
### `npm start`
3232

0 commit comments

Comments
 (0)