Skip to content
Snippets Groups Projects
Unverified Commit 2f60f091 authored by Samuel Redai's avatar Samuel Redai Committed by GitHub
Browse files

Updating book to hugo-book in README (#394)

Looks like the path `/book/` in the readme should be `/hugo-book/`.
parent 2e693816
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ Below is an example on how to create a new site from scratch: ...@@ -83,7 +83,7 @@ Below is an example on how to create a new site from scratch:
hugo new site mydocs; cd mydocs hugo new site mydocs; cd mydocs
git init git init
git submodule add https://github.com/alex-shpak/hugo-book themes/hugo-book git submodule add https://github.com/alex-shpak/hugo-book themes/hugo-book
cp -R themes/book/exampleSite/content . cp -R themes/hugo-book/exampleSite/content .
``` ```
```sh ```sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment