Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2021-01-06 20:31:00 +0300
committerRobert Kaussow <mail@geeklabor.de>2021-01-06 20:31:00 +0300
commit2777fdf2a108371a53aa0c2c3361c187f327c037 (patch)
tree4807fe6593e64cd221cc80b85f470619a0beb9f5
parente4f11b685966e8c4b796384397b5cc60deb95c63 (diff)
docs: fix gulp instructions in readmev0.7.1
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a8476ad..c64f830 100644
--- a/README.md
+++ b/README.md
@@ -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.