Skip to content

Commit

Permalink
doc: add PowerShell install instructions added (#9474)
Browse files Browse the repository at this point in the history
  • Loading branch information
glawrence committed Mar 15, 2021
1 parent fbdfc4d commit 99b09c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/dictionary/microsoft.txt
Expand Up @@ -23,6 +23,7 @@ LKG
mfcribbon
microsoft
microsoftonline
msixbundle
muxc
netcore
osgvsowi
Expand Down
17 changes: 15 additions & 2 deletions README.md
Expand Up @@ -33,10 +33,23 @@ This is our preferred method.

#### Via GitHub

For users who are unable to install Terminal from the Microsoft Store, Terminal
builds can be manually downloaded from this repository's [Releases
For users who are unable to install Windows Terminal from the Microsoft Store,
released builds can be manually downloaded from this repository's [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:
>
> * Terminal will not auto-update when new builds are released so you will need
Expand Down

0 comments on commit 99b09c0

Please sign in to comment.