diff --git a/exampleSite/content/posts/getting-started.md b/exampleSite/content/posts/getting-started.md index 5ac0656..967f0ac 100644 --- a/exampleSite/content/posts/getting-started.md +++ b/exampleSite/content/posts/getting-started.md @@ -154,7 +154,7 @@ git clone https://github.com/thegeeklab/hugo-geekblog.git themes/geekblog Build required theme assets e.g. CSS files and SVG sprites with `gulp`. ```Shell -gulp default +npx gulp default ``` ## Configuration