diff options
author | jw <johnwmurphy@gmail.com> | 2016-09-05 07:58:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-05 07:58:45 -0700 |
commit | 13c5dc68395cb847b5fed16c6bb22caa2aff9bdd (patch) | |
tree | 74a8fcdc268edfc91d882073dbc63414a536604c /README.md | |
parent | Update README.md (diff) | |
download | monero-13c5dc68395cb847b5fed16c6bb22caa2aff9bdd.tar.xz |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ application. pacman -Syuu * Exit the MSYS shell using Alt+F4 -* Edit the properties for the `MSYS2 Shell` shortcut changing "msys2_shell.bat" to "msys2_shell.cmd -mingw64" +* Edit the properties for the `MSYS2 Shell` shortcut changing "msys2_shell.bat" to "msys2_shell.cmd -mingw64" for 64-bit builds or "msys2_shell.cmd -mingw32" for 32-bit builds * Restart MSYS shell via modified shortcut and update packages again using pacman: pacman -Syuu |