aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-01-19 12:26:16 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-01-19 12:37:10 +0000
commit03c534d3994c0300feece0582b0fc125704b75ff (patch)
treecff59e4087ca13b187c6ff3c4a5a9ee02d2979b4 /site
parente5f4f92f0765a89d76e800071ef851f51679ee3e (diff)
Fix output path of compile.sh
Fixes #2318 -- Change-Id: Ife6ed429ba67c9c224f8d4e965f7d0a3ffa3cb6e Reviewed-on: https://cr.bazel.build/8351 PiperOrigin-RevId: 144947399 MOS_MIGRATED_REVID=144947399
Diffstat (limited to 'site')
-rw-r--r--site/versions/master/docs/install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/install.md b/site/versions/master/docs/install.md
index 5035c04c27..fe4194d00c 100644
--- a/site/versions/master/docs/install.md
+++ b/site/versions/master/docs/install.md
@@ -273,7 +273,7 @@ the signature made by our
[release key](https://bazel.build/bazel-release.pub.gpg) 48457EE0.
Unzip the archive and call `bash ./compile.sh`; this will create a
-bazel binary in `bazel-bin/src/bazel`. This binary is self-contained,
+bazel binary in `output/bazel`. This binary is self-contained,
so it can be copied to a directory on the PATH (e.g.,
`/usr/local/bin`) or used in-place.