From 577da7441e09f019a78d04d77c749f5d69ce11ed Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 25 Jul 2019 19:50:57 +0200 Subject: [PATCH] (GH-2044) Updated readme to include Chocolatey package (#2084) * (GH-2044) Updated readme to include Chocolatey package Co-Authored-By: Mike Griese --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index fa86f8785..686f15153 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ #### Other related repositories include: * [Console API Documentation](https://github.com/MicrosoftDocs/Console-Docs) +## Installation ### Microsoft Store @@ -17,6 +18,22 @@ Download the Microsoft Terminal free from the Microsoft Store and it'll be conti English badge +### Chocolatey (Unofficial) + +Download and upgrade the Windows Terminal from [Chocolatey](https://chocolatey.org). + +To install Windows Terminal, run the following command from the command line or from PowerShell: +```powershell +choco install microsoft-windows-terminal +``` + +To upgrade Windows Terminal, run the following command from the command line or from PowerShell: +```powershell +choco upgrade microsoft-windows-terminal +``` + +If you have any issues when installing/upgrading the package please go to the [package page](https://chocolatey.org/packages/microsoft-windows-terminal) and follow the [Chocolatey triage process](https://chocolatey.org/docs/package-triage-process) + ### Build Status Project|Build Status