From 8b9820f8ec6f0f2d5a6c6ee451d58db72682566c Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Fri, 24 Nov 2023 01:03:26 +0700 Subject: [PATCH] Addd missing git submodule command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46f0abf..204ff25 100644 --- a/README.md +++ b/README.md @@ -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 ```