diff --git a/README.md b/README.md index 22f3286..150ffdf 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,13 @@ from Bazel. # Usage -Add this to your `WORKSPACE`: +Add this to `.bazelrc`: + +``` +build --incompatible_enable_cc_toolchain_resolution +``` + +And this to your `WORKSPACE`: ``` BAZEL_ZIG_CC_VERSION = "v0.4.0"