aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
diff options
context:
space:
mode:
authorGravatar Samuel Husso <samuel@unity3d.com>2016-01-11 09:43:09 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-11 13:00:32 +0000
commitbde21f40e09856f37b20c94f462671e34be12d4a (patch)
tree6165584d12e260d25a80fd262634c4eabba5c129 /site/docs/install.md
parent92beaeeace4c32b9cda19b39581ec823202fcf1f (diff)
Update install docs as installer has changed
-- Reviewed-on: https://github.com/bazelbuild/bazel/pull/764 MOS_MIGRATED_REVID=111832176
Diffstat (limited to 'site/docs/install.md')
-rw-r--r--site/docs/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/install.md b/site/docs/install.md
index eb42f4e9e0..15f243a65f 100644
--- a/site/docs/install.md
+++ b/site/docs/install.md
@@ -80,8 +80,8 @@ your operating system.
Run the installer:
<pre>
-$ chmod +x install-<em>version</em>-<em>os</em>.sh
-$ ./install-<em>version</em>-<em>os</em>.sh --user
+$ chmod +x bazel-<em>version</em>-installer-<em>os</em>.sh
+$ ./bazel-<em>version</em>-installer-<em>os</em>.sh --user
</pre>
The `--user` flag installs Bazel to the `$HOME/bin` directory on your