From 8e46ab4b84f4e17336d19ac021c3ed14e315eaa4 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Wed, 7 Sep 2022 06:17:31 +0900 Subject: [PATCH] fix compiling local website procedure. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 332d25f..0f94d09 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,15 @@ To compile a local version of the website, run the following commands in a termi ``` git clone https://github.com/MISP/misp-website.git ```` -3. Init submodules +3. Change into your new directory + ``` + cd misp-website + ``` +4. Init submodules ``` git submodule init git submodule update ``` -4. Change into your new directory - ``` - cd misp-website - ``` 5. Build the site and make it available on a local server. ``` hugo server