From 3b53b54f95b3e494ccabe66e6eae5742a9264a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 10 Aug 2018 23:29:22 +0200 Subject: [PATCH] Update installing.md --- content/en/getting-started/installing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/getting-started/installing.md b/content/en/getting-started/installing.md index 6b749d369..deb2605b1 100644 --- a/content/en/getting-started/installing.md +++ b/content/en/getting-started/installing.md @@ -66,9 +66,9 @@ choco install hugo -confirm If you are on a Windows machine and use [Scoop][] for package management, you can install Hugo with the following one-liner: -{{< code file="install-with-scoop.ps1" >}} -snoop install hugo -{{< /code >}} +```bash +scoop install hugo +``` ### Source