doc: add PowerShell install instructions added (#9474)

This commit is contained in:
Geoff Lawrence 2021-03-15 17:29:20 +00:00 committed by GitHub
parent fbdfc4d446
commit 99b09c08d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 2 deletions

View file

@ -23,6 +23,7 @@ LKG
mfcribbon mfcribbon
microsoft microsoft
microsoftonline microsoftonline
msixbundle
muxc muxc
netcore netcore
osgvsowi osgvsowi

View file

@ -33,10 +33,23 @@ This is our preferred method.
#### Via GitHub #### Via GitHub
For users who are unable to install Terminal from the Microsoft Store, Terminal For users who are unable to install Windows Terminal from the Microsoft Store,
builds can be manually downloaded from this repository's [Releases released builds can be manually downloaded from this repository's [Releases
page](https://github.com/microsoft/terminal/releases). page](https://github.com/microsoft/terminal/releases).
Download the `Microsoft.WindowsTerminal_<versionNumber>.msixbundle` file from
the **Assets** section. To install the app, you can simply double-click on the
`.msixbundle` file, and the app installer should automatically run. If that
fails for any reason, you can try the following command at a PowerShell prompt:
```powershell
# NOTE: If you are using PowerShell 7+, please run
# Import-Module Appx -UseWindowsPowerShell
# before using Add-AppxPackage.
Add-AppxPackage Microsoft.WindowsTerminal_<versionNumber>.msixbundle
```
> 🔴 Note: If you install Terminal manually: > 🔴 Note: If you install Terminal manually:
> >
> * Terminal will not auto-update when new builds are released so you will need > * Terminal will not auto-update when new builds are released so you will need