mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-11 04:38:24 -06:00
Add Scoop (unofficial) installation method (#7303)
This commit is contained in:
parent
66fd9c367d
commit
6eea6a3ced
16
README.md
16
README.md
@ -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)
|
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
|
## Windows Terminal 2.0 Roadmap
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user