aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dillon Cower <dcower@google.com>2016-09-19 09:44:34 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-09-19 13:03:06 +0000
commitbf7f265ffbdddacd4ec8028086482d2a39acaee4 (patch)
tree049dc8865d8b2fea044960f6d6cb14e62c091d34
parent2f4d17a2fa632b05fcbeb8db5d6eb46af8ec341c (diff)
Add refresh and upgrade/downgrade to pacman command.
This fixed issue #947 for me. Closes #1652. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/1652 MOS_MIGRATED_REVID=133564534
-rw-r--r--site/versions/master/docs/windows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/windows.md b/site/versions/master/docs/windows.md
index 6add3d9f5e..26ae047f3a 100644
--- a/site/versions/master/docs/windows.md
+++ b/site/versions/master/docs/windows.md
@@ -19,7 +19,7 @@ To bootstrap Bazel on Windows, you will need:
* [msys2](https://msys2.github.io/) (need to be installed at
``C:\tools\msys64\``).
* Several msys2 packages. Use the ``pacman`` command to install them:
- ``pacman -S gcc git curl zip unzip zlib-devel``
+ ``pacman -Syuu gcc git curl zip unzip zlib-devel``
To build Bazel: