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.
This commit is contained in:
Amith Koujalgi 2025-03-24 15:48:01 +05:30
parent 2d7902167b
commit 57f874921c

View File

@ -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
```