From 97aaf371a7e3ea7d8634e679815cda043ba3488c Mon Sep 17 00:00:00 2001 From: uncor3 Date: Mon, 24 Nov 2025 00:38:52 -0700 Subject: [PATCH] add Chocolatey install command for Windows Added Chocolatey installation instructions for Windows. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 29e63d9..ffa08c6 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ - **Installer (.msi)**: Download and run the installer. Recommended for most users. - **Portable (.zip)**: Extract and run `iDescriptor.exe`. No installation required. +- Choco : +```bash + choco install idescriptor --version=0.1.0 + ``` #### macOS