diff --git a/README.md b/README.md index 55fed38..69bfc7f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Running the website locally +1. Initialize submodules: ``` git submodule update --init --recursive --progress +``` +2. Run the server: +``` zola serve ```