Update the dev-intellij documentation to also set the Bazel bin directory.

Change-Id: Ic03449f35516d284aba1c05e82060c38c5dc6c0e
This commit is contained in:
Ben Rohlfs
2019-01-08 19:32:39 +01:00
committed by brohlfs
parent 714f7d3c3f
commit 8b9325438d

View File

@@ -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*.