From d5354c09e25c80c57d4843672257d28e6168865c Mon Sep 17 00:00:00 2001 From: Gustavo Date: Fri, 27 Mar 2020 09:10:30 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4e6ee5..0f11e3d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,12 @@ _ Doc to be added after being published and tested _. See [Issue #14](https://gi ### Scoop -_ Doc to be added after being tested on Windows _. See [Issue #14](https://github.com/guumaster/hostctl/issues/14) for helping with this. +``` +scoop bucket add hostctl https://github.com/guumaster/hostctl.git +scoop install hostctl +``` + +*NOTE*: If you also installed `sudo` with Scoop, you can run the examples below with `sudo` instead of starting your terminal as administrator.