From ed5fc0887655346ee1a95fe4fb4f89f88615a879 Mon Sep 17 00:00:00 2001 From: Paul Broadwith Date: Sun, 23 Oct 2022 18:11:13 +0100 Subject: [PATCH 1/2] Fix Chocolatey install command The cinst command will be deprecated in the next version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df59e8fb..0b8ab4c9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A keyboard logging and presentation utility for presentations, screencasts, and You can install the latest version of Carnac via [Chocolatey](https://chocolatey.org/): ```ps -cinst carnac +choco install carnac ``` Alternatively, you can grab the latest zip file from [here](https://github.com/Code52/carnac/releases/latest), unpack it and run `Setup.exe`. From 4d1f38209a25856776f49c1c6e21cab801900eb0 Mon Sep 17 00:00:00 2001 From: Paul Broadwith Date: Sun, 23 Oct 2022 18:11:38 +0100 Subject: [PATCH 2/2] Add Chocolatey package page link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8ab4c9..4d93b509 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A keyboard logging and presentation utility for presentations, screencasts, and ### Installation -You can install the latest version of Carnac via [Chocolatey](https://chocolatey.org/): +You can install the latest version of [Carnac](https://community.chocolatey.org/packages/carnac) via [Chocolatey](https://chocolatey.org/): ```ps choco install carnac