Skip to content

Commit

Permalink
Add Scoop (unofficial) installation method (microsoft#7303)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashil2000 authored Aug 18, 2020
1 parent 66fd9c3 commit 6eea6a3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,22 @@ choco upgrade microsoft-windows-terminal

If you have any issues when installing/upgrading the package please go to the [Windows Terminal package page](https://chocolatey.org/packages/microsoft-windows-terminal) and follow the [Chocolatey triage process](https://chocolatey.org/docs/package-triage-process)

#### Via Scoop (unofficial)

[Scoop](https://scoop.sh) users can download and install the latest Terminal release by installing the `windows-terminal` package:

```powershell
scoop install windows-terminal
```

To update Windows Terminal using Scoop, run the following:

```powershell
scoop update windows-terminal
```

If you have any issues when installing/updating the package, please search for or report the same on the [issues page](https://github.com/lukesampson/scoop-extras/issues) of Scoop Extras bucket repository.

---

## Windows Terminal 2.0 Roadmap
Expand Down

0 comments on commit 6eea6a3

Please sign in to comment.