Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ You can use a prebuilt binary of the latest *extended* version for your system.
If cloning the repo fresh, remember to build the bootstrap assets locally:

```
$ cd ./themes/hugo-darktable-docs-theme/assets/
$ yarn install (or alternatively `npm install`)
$ cd ../../hugo-darktable-docs-pdf-theme/assets/
$ yarn install
cd ./themes/hugo-darktable-docs-theme/assets/
yarn install
cd ../../hugo-darktable-docs-pdf-theme/assets/
yarn install
```

Instead of yarn install you can use `npm install`.

### Updating

If you have the repo cloned but need to update things, it helps to make sure everything is up to date (since we are also using a submodule for the base theme).
Expand Down
Loading