aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/windows.md
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-04-06 15:54:03 +0000
committerGravatar John Field <jfield@google.com>2015-04-06 18:48:41 +0000
commit06f446a697d9f0eefad3b5e5bf070a751e3c5efc (patch)
tree87c4129b95a28fffe55d8cc0ee80018b51e4a0a9 /site/docs/windows.md
parent9cc361cbab0427a27e39f92596083ebf5e20847e (diff)
Update getting started instructions with .bazelrc strategy
-- MOS_MIGRATED_REVID=90418845
Diffstat (limited to 'site/docs/windows.md')
-rw-r--r--site/docs/windows.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/site/docs/windows.md b/site/docs/windows.md
index 8e2d74072d..6c05a9e956 100644
--- a/site/docs/windows.md
+++ b/site/docs/windows.md
@@ -62,5 +62,4 @@ Third, you need to set some Bazel options. It's easiest to put them into your
This should be enough to run Bazel:
- cd base_workspace &&
- ../output/bazel build //cpp:hello-world
+ ./output/bazel build //examples/cpp:hello-world