From 2777fdf2a108371a53aa0c2c3361c187f327c037 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 6 Jan 2021 18:31:00 +0100 Subject: [PATCH] docs: fix gulp instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.