Add command to pull in theme submodule when cloning repo
This commit is contained in:
parent
727286994b
commit
273494063d
1 changed files with 8 additions and 1 deletions
|
@ -112,6 +112,14 @@ This is my first slide.
|
||||||
This is my second 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
|
## 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/).
|
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
|
```shell
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue