From 57f874921c12046b83ac365238f7b4d0c5d038a6 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Mon, 24 Mar 2025 15:48:01 +0530 Subject: [PATCH] Add Windows installation note for Chocolatey in README - Added a note in the README.md to guide Windows users on installing Chocolatey Package Manager and using it to install `make`. - Suggested running the installation command with administrator privileges for better success. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 33ac281..b405125 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,9 @@ pip install pre-commit #### Setup dev environment +> **Note** +> If you're on Windows, install [Chocolatey Package Manager for Windows](https://chocolatey.org/install) and then install `make` by running `choco install make`. Just a little tip - run the command with administrator privileges if installation faiils. + ```shell make dev ```