From 5f24758cbd62b7e9f3fdf765935afa98cb4a0c1c Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Sat, 4 Jan 2020 16:41:43 -0500 Subject: [PATCH] Fix instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb6486c..6319dc0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ instructions on how to install Hugo, create a site, and install a theme. Installing the theme as a git submodule is the preferred way. ``` -git add submodule https://git.thecorams.net/kevin/basic-theme.git themes/basic-theme +git submodule add https://git.thecorams.net/kevin/basic-theme.git themes/basic-theme ``` ### Example Site