diff --git a/README.md b/README.md index 0f32a1a..cd7016b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ designed to work well with [Bazel](https://bazel.build/). * Add the following to your WORKSPACE file: ```python +load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") + git_repository( name = "subpar", remote = "https://github.com/google/subpar",