From 1121f74a549da535a73f968a73ce8da63a248c34 Mon Sep 17 00:00:00 2001 From: Renato Byrro Date: Fri, 10 Apr 2020 16:27:22 -0300 Subject: [PATCH] Update install guide with Scoop extended --- content/en/getting-started/installing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/getting-started/installing.md b/content/en/getting-started/installing.md index 23f25f477..d7033b9f7 100644 --- a/content/en/getting-started/installing.md +++ b/content/en/getting-started/installing.md @@ -86,6 +86,12 @@ If you are on a Windows machine and use [Scoop][] for package management, you ca scoop install hugo ``` +Or install the extended version with: + +```bash +scoop install hugo-extended +``` + ### Source #### Prerequisite Tools