From 5c58a8b5003258dbe8368c6ccdb6ade4ed1e9f34 Mon Sep 17 00:00:00 2001 From: rac2030 Date: Wed, 8 Mar 2017 00:21:46 +0100 Subject: [PATCH] fixed missing destination in git clone command with submodule --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8c5475..4433bab 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Dimension is a single page and responsive site template. It is a port of [HTML5 Run the following commands inside your Hugo site folder: $ cd themes - $ git clone https://github.com/sethmacleod/dimension.git + $ git clone https://github.com/sethmacleod/dimension.git themes/dimension Alternatively use git submodules in order to have a way to easily update the theme from the source in case you have your site in git as well. For this run the following commands inside your Hugo site folder: