docs: fix gulp instructions in readme

This commit is contained in:
Robert Kaussow 2021-01-06 18:31:00 +01:00
parent e4f11b6859
commit 2777fdf2a1
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Due to the fact that `gulp` is used as pre-processor the theme cannot be used fr
npm install
# run gulp pipeline to build required assets
gulp default
npx gulp default
```
See the [Getting Started Guide](https://hugo-geekblog.geekdocs.de/posts/getting-started/) for details about the different setup options.