diff --git a/doc/tutorials/introduction/windows_install/windows_install.markdown b/doc/tutorials/introduction/windows_install/windows_install.markdown index 0072c79232..c24210bfee 100644 --- a/doc/tutorials/introduction/windows_install/windows_install.markdown +++ b/doc/tutorials/introduction/windows_install/windows_install.markdown @@ -50,6 +50,7 @@ if [ ! -d "$myRepo/opencv" ]; then git clone https://github.com/opencv/opencv.git mkdir Build mkdir Build/opencv + mkdir Install mkdir Install/opencv else cd opencv