From 7cf120d0dacfeb139aaf1dbdbaec1c602f0c17b8 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 21 Oct 2017 09:48:29 +0200 Subject: [PATCH] Add scoop install instructions --- docs/content/documentation/getting-started/installation.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/content/documentation/getting-started/installation.md b/docs/content/documentation/getting-started/installation.md index f9836ce3..73821655 100644 --- a/docs/content/documentation/getting-started/installation.md +++ b/docs/content/documentation/getting-started/installation.md @@ -15,10 +15,11 @@ if you encounter any issues. ## Windows -I am not aware of the package management state in Windows. +Gutenberg is available on [Scoop](http://scoop.sh): -If you can help package it, please comment on [https://github.com/Keats/gutenberg/issues/12](https://github.com/Keats/gutenberg/issues/12) -if you encounter any issues. +```bash +$ scoop install gutenberg +``` ## Archlinux