зеркало из https://github.com/microsoft/terminal.git
doc: add PowerShell install instructions added (#9474)
This commit is contained in:
Родитель
fbdfc4d446
Коммит
99b09c08d5
|
@ -23,6 +23,7 @@ LKG
|
|||
mfcribbon
|
||||
microsoft
|
||||
microsoftonline
|
||||
msixbundle
|
||||
muxc
|
||||
netcore
|
||||
osgvsowi
|
||||
|
|
17
README.md
17
README.md
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче