Skip to content

Commit

Permalink
Userguide, installation via npm: correct themes directory
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Sep 1, 2022
1 parent 4a41d9b commit d16bdf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userguide/content/en/docs/get-started/other-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ instead create a symbolic link to the Docsy theme directory as follows (Linux
commands shown, executed from the site root folder):

```sh
mkdir -p theme
pushd theme
mkdir -p themes
pushd themes
ln -s ../node_modules/docsy
popd
```
Expand Down

0 comments on commit d16bdf2

Please sign in to comment.