From 9fa99360ea8fed8100123f2790a493c1f32d528b Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Tue, 31 Jan 2023 10:36:24 +0530 Subject: [PATCH] Make winget the recommended way to install --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb43a87..671b3ca 100644 --- a/README.md +++ b/README.md @@ -117,13 +117,13 @@ zoxide can be installed in 4 easy steps:
Windows - > To install zoxide, run this command in your terminal: + > The recommended way to install zoxide is via `winget`: > > ```sh - > curl.exe -A "MS" https://webinstall.dev/zoxide | powershell + > winget install zoxide > ``` > - > Or, you can use a package manager: + > Or, you can use an alternative package manager: > > | Repository | Instructions | > | --------------- | ------------------------------------- | @@ -131,7 +131,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` | - > | [Winget] | `winget install zoxide` |
@@ -491,7 +490,6 @@ out the [wiki][wiki-env]. [vim]: https://github.com/vim/vim [void linux packages]: https://github.com/void-linux/void-packages/tree/master/srcpkgs/zoxide [wiki-env]: https://github.com/ajeetdsouza/zoxide/wiki/HOWTO:-set-environment-variables "HOWTO: set environment variables" -[winget]: https://github.com/microsoft/winget-pkgs/tree/master/manifests/a/ajeetdsouza/zoxide [xplr]: https://github.com/sayanarijit/xplr [xxh-plugin-prerun-zoxide]: https://github.com/xxh/xxh-plugin-prerun-zoxide [xxh]: https://github.com/xxh/xxh