diff --git a/win/README.md b/win/README.md index 61e551b491dc47d95dfd7cf4411434682bc20578..75e7095ec462a3ca79bf654bb616694ba6aecfbc 100644 --- a/win/README.md +++ b/win/README.md @@ -22,11 +22,7 @@ ### Development ### Build Gajim / Creating an Installer --------------------- -Follow the steps in the Development section, but instead of ``./dev_env.sh`` execute ``./build.sh``. - -You can supply a git tag ``./build.sh [git-tag]``. - -Or dont supply it, then current HEAD is build. +Follow the steps in the Development section, but instead of `./dev_env.sh` execute `./build.sh i686` or `./build.sh x86_64`. Both the installer and the portable installer should appear in ``C:\msys64\home\USER\gajim\win\_build_root``.