Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Update install docs as installer has changed
Browse files Browse the repository at this point in the history
--
Reviewed-on: bazelbuild/bazel#764
MOS_MIGRATED_REVID=111832176
  • Loading branch information
shusso authored and damienmg committed Jan 11, 2016
1 parent d6c1656 commit 1e0e666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e0e666

Please sign in to comment.