aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2015-04-14 14:22:13 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2015-04-14 14:34:38 +0000
commit93a2345a4d2c9eebd84c770ac9cef3d0487359fa (patch)
treee283d47817f7a1878e66f29973d55db81761c40c /site/docs/install.md
parenta7974cdde75071c4dabea3d6741e1b4aa6a77f7c (diff)
Fix the wrong PATH on install.md
I thought we already fixed it like 5 times but it's still bad. Sigh. -- MOS_MIGRATED_REVID=91086820
Diffstat (limited to 'site/docs/install.md')
-rw-r--r--site/docs/install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/install.md b/site/docs/install.md
index 0863050530..17bb79e087 100644
--- a/site/docs/install.md
+++ b/site/docs/install.md
@@ -129,7 +129,7 @@ The Bazel executable is located at `output/bazel` in the Bazel home directory.
It's a good idea to add this path to your default paths, as follows:
```
-$ export PATH="$PATH:$HOME/bazel/output/bazel"
+$ export PATH="$PATH:$HOME/bazel/output"
```
You can also add this command to your `~/.bashrc` file.