From 78a10ec2cba6b0ea8157a73c7cb489b3ad350b99 Mon Sep 17 00:00:00 2001 From: Josh Dzielak Date: Wed, 20 Jun 2018 16:43:23 +0200 Subject: [PATCH] Use submodule instead of clone for theme in example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 671ddce..8534e0a 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ Change into the directory of the new site: $ cd my-presentation ``` -Clone the reveal-hugo theme into the themes directory: +Add the reveal-hugo theme as a submodule in the themes directory: ```shell -$ git clone git@github.com:dzello/reveal-hugo.git themes/reveal-hugo +$ git submodule add git@github.com:dzello/reveal-hugo.git themes/reveal-hugo ``` Open `config.toml` and add the following contents: