From d2eb08243f24a569c4a11d1cc2529989f47129f2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 8 Nov 2020 17:07:53 +0100 Subject: [PATCH] fix typo --- exampleSite/content/posts/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/posts/getting-started.md b/exampleSite/content/posts/getting-started.md index a4e9847..5b6fe50 100644 --- a/exampleSite/content/posts/getting-started.md +++ b/exampleSite/content/posts/getting-started.md @@ -127,7 +127,7 @@ To prepare your new site environment just a few steps are required: If you want to add some demo data you could use the content from the [Hugo basic example](https://github.com/gohugoio/hugoBasicExample): ```Shell - curl -L https://github.com/gohugoio/hugoBasicExample/archive/master.tar.gz | tar -xz --exclude "config*" --exclude "LICENSE" --exclude "README*" --strip-components=1 + curl -L https://github.com/gohugoio/hugoBasicExample/archive/master.tar.gz | tar -xz --exclude "config*" --exclude "LICENSE" --exclude "README*" --strip-components=1 ``` ### Option 1: Download pre-build release bundle