aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2022-10-25 15:35:58 +0300
committerGitHub <noreply@github.com>2022-10-25 15:35:58 +0300
commitbf352917ee75e0bfeaacc7157ebc460f39555c12 (patch)
tree7d104840cbcf25dbef5e8d1845a30d87ea35e0e6 /README.md
parent9f996c5fdc695c24414673234e9500e2eb68cb06 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf72067..87a3a64 100644
--- a/README.md
+++ b/README.md
@@ -149,6 +149,8 @@ For this tutorial, it is assumed that you have Hugo and Git installed (check wit
git clone --recursive -b master https://github.com/cstate/example.git
```
+You must use `--recursive` so that Git downloads cState and you do not have an empty `themes/cstate` folder.
+
Now you can edit what's inside the folder (`cd example`) and try previewing that with this command:
```bash