Addd missing git submodule command

This commit is contained in:
Late Night Defender 2023-11-24 01:03:26 +07:00
parent d5374f738e
commit 8b9820f8ec

View file

@ -7,6 +7,7 @@ Run the website for development with
```
$ git clone https://codeberg.org/TechTransThai/compute4change-news.git
$ cd compute4change-news
$ git submodule update --init --recursive
$ hugo server
```