From 03c534d3994c0300feece0582b0fc125704b75ff Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 19 Jan 2017 12:26:16 +0000 Subject: 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 --- site/versions/master/docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site') 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. -- cgit v1.2.3