diff --git a/win/README.md b/win/README.md
index 53c4d70794acd4e122e296892097470ca7c857b9..61e551b491dc47d95dfd7cf4411434682bc20578 100644
--- a/win/README.md
+++ b/win/README.md
@@ -10,7 +10,7 @@ and development on Windows.
 Download [msys2](http://www.msys2.org/) (msys2-x86_64-xxx.exe) and follow the install instructions on the [msys2](http://www.msys2.org/) startpage (**Important!**)
 
 * Fork the master branch on dev.gajim.org
-* Execute ``C:\msys64\mingw32.exe``
+* Execute ``C:\msys64\msys2_shell.cmd -mingw64``
 * Run ``pacman -S git`` to install git
 * Run ``git clone https://dev.gajim.org/USERNAME/gajim.git``
 * Run ``cd gajim/win`` to end up where this README exists.