mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 03:47:13 +02:00
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:
parent
2d7902167b
commit
57f874921c
@ -209,6 +209,9 @@ pip install pre-commit
|
|||||||
|
|
||||||
#### Setup dev environment
|
#### 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
|
```shell
|
||||||
make dev
|
make dev
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user