From dfeaf49ae943d78ca9c9fd7d0a5096bc75c9c7ea Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Wed, 4 Jul 2018 17:59:07 -0700 Subject: [PATCH] Add scoop install instructions to readme.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 46818aa..72aba3d 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,15 @@ invoke one of * `choco install wsltty` * `choco upgrade wsltty` +#### Scoop #### + +If you use the [Scoop package manager](https://scoop.sh/), +* `scoop bucket add extras` + +then, invoke one of +* `scoop install wsltty` +* `scoop update wsltty` + #### Windows Appx package #### A Windows Appx package and certificate is available in the [wsltty.appx](https://github.com/mintty/wsltty.appx/) repository.