Skip to content

Commit 673cd01

Browse files
authored
tell people to install npm if they havent (#14)
1 parent 0888c93 commit 673cd01

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ The [website](https://wiki.watonomous.ca) for the WATonomous Wiki.
55
### Getting started
66

77
1. Clone the repo
8-
2. Install dependencies:
8+
1. Install npm if you haven't:
9+
```bash
10+
sudo apt install npm
11+
```
12+
1. Install dependencies:
913
```bash
1014
npm install
1115
```
12-
3. Run the development server:
16+
1. Run the development server:
1317
```bash
1418
npm run dev
1519
```

0 commit comments

Comments
 (0)