diff --git a/README.md b/README.md index 250bf88..7b9de6d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ In your `MODULE.bazel` file, add: ```python bazel_dep(name = "bazel_iwyu", version = "") + +# Workaround until IWYU is uploaded to the BCR. +git_override( + module_name = "bazel_iwyu", + remote = "https://github.com/RealtimeRoboticsGroup/bazel_iwyu.git", + tag = "v", +) ``` ---