docs: fix gulp instructions in readme

This commit is contained in:
Robert Kaussow 2021-01-06 18:30:37 +01:00
parent a042543cdf
commit 34d705e33b
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

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://geekdocs.de/usage/getting-started/) for details about the different setup options.