commit | d704ad0a09adb6c05942985468a48489589288cb | [log] [tgz] |
---|---|---|
author | Benjamin Lee <ben@ben.cm> | Thu Mar 17 11:51:42 2022 -0700 |
committer | Benjamin Lee <ben@ben.cm> | Thu Mar 17 11:51:50 2022 -0700 |
tree | 8bf2de80e66c5bb93461fcf50d5f9821ee1f8bca | |
parent | 326c8371e41cce88549971cbabd9d043f0deab92 [diff] |
[Docs] Improve archive_repository docs
diff --git a/README.md b/README.md index 5e8a2b0..57771ee 100644 --- a/README.md +++ b/README.md
@@ -212,6 +212,7 @@ archive_repository( name = "io_bazel_rules_kotlin", + local_path = "../path/to/rules_kotlin_clone/" ) load("@io_bazel_rules_kotlin//kotlin:repositories.bzl", "kotlin_repositories", "versions")