From 260b69351e9e57c532928cc755ffcb87a00cfed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Thu, 1 Nov 2018 14:57:30 +0100 Subject: [PATCH] Update win/README.md --- win/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/README.md b/win/README.md index 53c4d7079..61e551b49 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.