From 17b32c6c24810a4fc5ee1d701681162feb88fbc4 Mon Sep 17 00:00:00 2001 From: AnyaVaish05 Date: Mon, 1 Jul 2024 15:13:41 -0700 Subject: [PATCH 1/2] Update README with correct Chocolatey installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dde3b572..bc71d83e 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ For Windows (`*.nupkg`), install with `choco.exe`: ```shell # Install -choco.exe install zsv --pre -source .\zsv-amd64-windows-mingw.nupkg +choco.exe install zsv --pre -source . # Uninstall choco.exe uninstall zsv From 95f55cc09c9c7e33d97336423c7201e7e858108f Mon Sep 17 00:00:00 2001 From: AnyaVaish05 Date: Tue, 2 Jul 2024 10:24:01 -0700 Subject: [PATCH 2/2] Implement revision suggestions from PR review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc71d83e..bc92a222 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ For Windows (`*.nupkg`), install with `choco.exe`: ```shell # Install -choco.exe install zsv --pre -source . +choco.exe install zsv --pre -source # Uninstall choco.exe uninstall zsv