diff --git a/Documentation/dev-intellij.txt b/Documentation/dev-intellij.txt index 5ec6ae8c20..ea519773ec 100644 --- a/Documentation/dev-intellij.txt +++ b/Documentation/dev-intellij.txt @@ -24,6 +24,13 @@ Bazel must be installed as described by . 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*.