From f106513f555f8b303d63d7048b231f2d6b9cedaa Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 27 May 2019 13:45:40 -0500 Subject: [PATCH] update cloning instructions --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6ed1c59..b4538d9 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ There's not really a whole lot here, but it contains all the posts and content; ## Installation 1. SSH into your server -1. Clone the repo - `git clone https://github.com/alopexc0de/c0de.dev-blog` +1. Clone the repo - `git clone --recurse-submodules https://github.com/alopexc0de/c0de.dev-blog` 1. `cd c0de.dev-blog` 1. Install the config and plugins - `sudo make install`