Skip to content

Commit

Permalink
docs(readme): clarify installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Gągor committed Mar 8, 2024
1 parent 82822c5 commit 3a07acb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ This is an extension, a set of shortcodes and templates to the original [PaperMo
cd your-site-location

git submodule add --depth=1 https://github.com/tgagor/hugo-PaperMod-bookshelf.git themes/PaperMod-bookshelf
```

You might need to initialize any uninitialized submodules in the repository and then recursively update all submodules to their latest versions to make it fully available:

# initialize any uninitialized submodules in the repository
# and then recursively update all submodules
# to their latest versions
```bash
git submodule update --init --recursive
```

- or by just cloning
```bash
cd your-site-location
Expand Down

0 comments on commit 3a07acb

Please sign in to comment.