Skip to content

Commit ee07f84

Browse files
remove extra step from README, add spacing
1 parent 816685b commit ee07f84

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CONTRIBUTING/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,28 @@ If you don't want to build with Docker (refer to repo README), you'll need the f
4343

4444
To build locally:
4545

46-
1. Clone the project
46+
1. Clone the project.
47+
4748
```bash
4849
git clone [email protected]:grafana/k6-docs.git
4950
cd k6-docs
50-
npm install # or yarn install
5151
```
52+
5253
2. Use the version manager to install a version of node compatible with the version in `package.json`.
54+
5355
```bash
5456
nvm install 16.16
5557
nvm use 16.16
5658
```
59+
5760
3. Install dependencies (only necessary the first time).
61+
5862
```bash
5963
npm install # or yarn install
6064
```
6165

62-
4. Run the docs locally:
66+
4. Run the docs locally.
67+
6368
```bash
6469
npm start # or yarn start
6570
```

0 commit comments

Comments
 (0)