diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-10-25 15:35:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 15:35:58 +0300 |
commit | bf352917ee75e0bfeaacc7157ebc460f39555c12 (patch) | |
tree | 7d104840cbcf25dbef5e8d1845a30d87ea35e0e6 | |
parent | 9f996c5fdc695c24414673234e9500e2eb68cb06 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |