fixed missing destination in git clone command with submodule
This commit is contained in:
parent
ac0cf93a20
commit
5c58a8b500
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
Run the following commands inside your Hugo site folder:
|
||||||
|
|
||||||
$ cd themes
|
$ 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.
|
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:
|
For this run the following commands inside your Hugo site folder:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue