From 4ded81e277bc73e72f02ea135ae5154a91fa2699 Mon Sep 17 00:00:00 2001 From: sitiom Date: Tue, 31 Jan 2023 13:07:50 +0800 Subject: [PATCH] Add Winget installation in the README (#530) Co-authored-by: Ajeet D'Souza <98ajeet@gmail.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 819f37f..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 | > | --------------- | ------------------------------------- |