Update the dev-intellij documentation to also set the Bazel bin directory.
Change-Id: Ic03449f35516d284aba1c05e82060c38c5dc6c0e
diff --git a/Documentation/dev-intellij.txt b/Documentation/dev-intellij.txt
index 5ec6ae8..ea51977 100644
--- a/Documentation/dev-intellij.txt
+++ b/Documentation/dev-intellij.txt
@@ -24,6 +24,13 @@
. Install it.
. Restart IntelliJ.
+TIP: If your project's Bazel build fails with **Cannot run program "bazel": No
+such file or directory**, then you may have to set the binary location in the
+Bazel plugin settings:
+
+. Go to Preferences -> Other Settings -> Bazel Settings.
+. Set the Bazel binary location.
+
== Creation of IntelliJ project
. Go to *File -> Import Bazel Project*.