1
0
mirror of https://github.com/mintty/wsltty.git synced 2025-09-18 19:22:24 +01:00

Merge pull request #114 from rasa/patch-1

Add scoop install instructions to readme.md (#30)
This commit is contained in:
mintty
2018-07-05 11:09:57 +02:00
committed by GitHub

View File

@@ -52,6 +52,15 @@ invoke one of
* `choco install wsltty` * `choco install wsltty`
* `choco upgrade 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 #### #### Windows Appx package ####
A Windows Appx package and certificate is available in the [wsltty.appx](https://github.com/mintty/wsltty.appx/) repository. A Windows Appx package and certificate is available in the [wsltty.appx](https://github.com/mintty/wsltty.appx/) repository.