From 273494063d56cdd3a6f4550a7f3e3274d896a286 Mon Sep 17 00:00:00 2001 From: Sherman K Date: Wed, 17 Oct 2018 11:28:57 -0400 Subject: [PATCH] Add command to pull in theme submodule when cloning repo --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e99da58..1e44562 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,14 @@ This is my first slide. This is my second slide. ``` +### Cloning an existing repository + +If you have an existing repository that was setup with the above steps, you have to pull in the theme submodule after cloning your repository using the following command: + +```shell +git submodule update --init +``` + ## Usage The Usage guide is contained in the example presentation that lives in this repository in the [exampleSite](./exampleSite) directory. You can access a live version at [reveal-hugo.dzello.com](https://reveal-hugo.dzello.com/). @@ -400,4 +408,3 @@ or simply... ```shell npm start ``` -