We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6d9ac commit a1a5aa3Copy full SHA for a1a5aa3
README.md
@@ -37,11 +37,16 @@ choco install hugo-extended -confirm
37
### Running the Blog
38
39
```bash
40
-git clone https://github.com/Andrei-Constantin-Programmer/ibm-ucl-blog.git
+git clone --recurse-submodules https://github.com/Andrei-Constantin-Programmer/ibm-ucl-blog.git
41
cd ibm-ucl-blog
42
hugo server
43
```
44
45
+If you cloned the repository without `--recurse-submodules`, you can install them using:
46
+```bash
47
+git submodule update --init --recursive
48
+```
49
+
50
## Contributors
51
52
This project is a collaboration between the following UCL MSc students:
0 commit comments