Skip to content

Commit a1a5aa3

Browse files
Update README.md
1 parent da6d9ac commit a1a5aa3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,16 @@ choco install hugo-extended -confirm
3737
### Running the Blog
3838

3939
```bash
40-
git clone https://github.com/Andrei-Constantin-Programmer/ibm-ucl-blog.git
40+
git clone --recurse-submodules https://github.com/Andrei-Constantin-Programmer/ibm-ucl-blog.git
4141
cd ibm-ucl-blog
4242
hugo server
4343
```
4444

45+
If you cloned the repository without `--recurse-submodules`, you can install them using:
46+
```bash
47+
git submodule update --init --recursive
48+
```
49+
4550
## Contributors
4651

4752
This project is a collaboration between the following UCL MSc students:

0 commit comments

Comments
 (0)