From 4df0224855ea62492ca70863d41b4e4daaf1541b Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sun, 21 Mar 2021 09:54:18 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 099164b..8d85814 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,10 @@ Personal Blog of Salar Rahmanian, https://www.softinio.com https://gohugo.io/ +# Notes +To run this repo locally after you have cloned it, to get the theme you must run: +``` +git submodule update --init --recursive +```