README.md: improve developer setup instructions
Change-Id: I3bd188efe774967d3aea512a2d5eb29d0114eafd
Reviewed-on: https://review.monogon.dev/c/monogon/+/1069
Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
Tested-by: Jenkins CI
diff --git a/README.md b/README.md
index db71d16..49fd954 100644
--- a/README.md
+++ b/README.md
@@ -15,20 +15,7 @@
Our docs assume that Bazelisk is available as `bazel` on your PATH.
-### IntelliJ support
-
-This repository is compatible with the IntelliJ Bazel plugin out of the box, which enables
-full autocompletion for external dependencies and generated code.
-
-The following steps are necessary:
-
-- Install Google's [Bazel plugin](https://plugins.jetbrains.com/plugin/8609-bazel) in IntelliJ.
-
-- Make sure that Bazel "*Bazel Binary Location*" in Other Settings → Bazel Settings points to Bazelisk.
-
-- Use _File → Import Bazel project_... and select your monorepo checkout.
-
-After running the first sync, everything should now resolve in the IDE, including generated code.
+Refer to [SETUP.md](./SETUP.md) for detailed instructions.
## Monogon OS