From d85756a4ff2f26a796eae0cd5ced55a9d0b53cc6 Mon Sep 17 00:00:00 2001 From: rasapala Date: Wed, 20 May 2026 16:47:15 +0200 Subject: [PATCH] Fix command --- docs/windows_developer_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/windows_developer_guide.md b/docs/windows_developer_guide.md index d574da77ed..57aebd923b 100644 --- a/docs/windows_developer_guide.md +++ b/docs/windows_developer_guide.md @@ -77,7 +77,7 @@ windows_build.bat Optionally, you add parameter to the windows_build.bat script ```bat -windows_install_build_dependencies.bat my_dir_on_c --with_python --with_tests --integrity +windows_build.bat my_dir_on_c --with_python --with_tests --integrity ``` [arg1] This way you can change default dependency location directory to c:\my_dir_on_c [arg2] --with_python - this will build the ovms.exe with python dependency and support for python chat templates for GENAI LLM