aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAniket Pradhan <aniket17133@iiitd.ac.in>2019-01-04 22:17:07 +0530
committerGitHub <noreply@github.com>2019-01-04 22:17:07 +0530
commit3dd89bdd1950184453e8f8983c0e89f32b2bbdba (patch)
tree3c82f72d25eb0e3ea206cf92ca2d10d9105abf89 /README.md
parentMerge pull request #4960 (diff)
downloadmonero-3dd89bdd1950184453e8f8983c0e89f32b2bbdba.tar.xz
Changed Windows build commands.
`pacman -Syuu` can either upgrade or degrade the packages (depending upon the package lists), and should not be normally used. Instead of that, one should use `pacman -Syu` which only upgrades the packages.
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2b1ef9bc9..b548ebd0e 100644
--- a/README.md
+++ b/README.md
@@ -316,13 +316,13 @@ application.
* Open the MSYS shell via the `MSYS2 Shell` shortcut
* Update packages using pacman:
- pacman -Syuu
+ pacman -Syu
* Exit the MSYS shell using Alt+F4
* 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
+ pacman -Syu
* Install dependencies: