diff --git a/README.md b/README.md index 6d257ce..ea63901 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ zoxide can be installed in 4 easy steps: please [open an issue][issues].
- Linux + Linux / WSL > The recommended way to install zoxide is via the install script: > @@ -138,6 +138,9 @@ zoxide can be installed in 4 easy steps:
Windows + > zoxide works with PowerShell, as well as shells running in Cygwin, Git + > Bash, and MSYS2. + > > The recommended way to install zoxide is via `winget`: > > ```sh @@ -152,12 +155,6 @@ zoxide can be installed in 4 easy steps: > | [Chocolatey] | `choco install zoxide` | > | [conda-forge] | `conda install -c conda-forge zoxide` | > | [Scoop] | `scoop install zoxide` | - > - > If you're using Cygwin, Git Bash, or MSYS2, use the install script instead: - > - > ```sh - > curl -sS https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | bash - > ```