Skip to content

Commit 7a3b2da

Browse files
Update README.md
1 parent 32e41cc commit 7a3b2da

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,19 @@ Ensure your Visual Studio Code application is up to date, and that you have the
66

77
Run the commands below inside your `Projects` folder.
88

9+
If you have set up an SSH key in your Github Account then feel free to clone this repo using SSH as follows:
910
```bash
10-
git clone [email protected]:CommandShiftHQ/javascript-basics-express
11-
cd your-project-folder-name
11+
git clone [email protected]:CommandShiftHQ/javascript-basics-express.git
12+
```
13+
14+
Otherwise clone is as you normally would by URL with
15+
```bash
16+
git clone https://github.com/CommandShiftHQ/javascript-basics-express
17+
```
18+
19+
Once cloned ensure you install its dependencies:
20+
```
21+
cd javascript-basics-express
1222
npm install
1323
```
1424

0 commit comments

Comments
 (0)