fixed missing destination in git clone command with submodule

This commit is contained in:
rac2030 2017-03-08 00:21:46 +01:00
parent ac0cf93a20
commit 5c58a8b500

View file

@ -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: