Skip to content

Commit

Permalink
Updating book to hugo-book in README (alex-shpak#394)
Browse files Browse the repository at this point in the history
Looks like the path `/book/` in the readme should be `/hugo-book/`.
  • Loading branch information
samredai authored Dec 1, 2021
1 parent 2e69381 commit 2f60f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f60f09

Please sign in to comment.