1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00

docs: tweak choco install instructions

This commit is contained in:
Wez Furlong 2021-09-25 17:32:54 -07:00
parent 1f73f80607
commit 5c978ab9bc

View File

@ -42,6 +42,7 @@ scoop itself can be installed like so:
scoop bucket add extras
scoop install wezterm
```
### For `Chocolatey` users
If you prefer to use [Chocolatey](https://chocolatey.org) to manage software, wezterm is availabe from the Community Repository.
@ -50,9 +51,3 @@ It can be installed like so:
```bash
choco install wezterm -y
```
Alternatively, if you'd prefer the Portable installation:
```bash
choco install wezterm.portable -y
```