From 5c978ab9bc4889c2169154f7ae2033030ec2d805 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 25 Sep 2021 17:32:54 -0700 Subject: [PATCH] docs: tweak choco install instructions --- docs/install/windows.markdown | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/install/windows.markdown b/docs/install/windows.markdown index 25e828f64..ff5d0accd 100644 --- a/docs/install/windows.markdown +++ b/docs/install/windows.markdown @@ -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 -```