mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-21 19:09:29 +00:00
Updating book to hugo-book in README (#394)
Looks like the path `/book/` in the readme should be `/hugo-book/`.
This commit is contained in:
parent
2e693816ae
commit
2f60f0919f
@ -83,7 +83,7 @@ Below is an example on how to create a new site from scratch:
|
||||
hugo new site mydocs; cd mydocs
|
||||
git init
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user