From 2f20bf1688fe509567e5b01eab0a2084194da75d Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sat, 1 Jun 2019 14:18:20 +0100 Subject: [PATCH] Updated README.md git_repository is not a built-in command for the latest versions of Bazel. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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",