summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-04-11 12:49:12 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-04-11 15:46:17 +0200
commita5facd165432418b5d1758d3f3377ee49a6f30b3 (patch)
tree0425c57db48938bbdbd058c38fa502f271b08937
parentc3b895900468f34d6808c56b736ddd88933b81ec (diff)
downloadrules-cc-a5facd165432418b5d1758d3f3377ee49a6f30b3.tar.gz
README.md: mention that `protobuf` and `grpc` need to be bound on manual import
-rw-r--r--README.md5
-rw-r--r--etc/README.template.md5
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index f93b352..4a157c5 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,8 @@ importing the `rules-cc` repository with the tool `just-import-git`
$ just-import-git -C repos.template.json --as rules-cc -b master https://github.com/just-buildsystem/rules-cc > repos.json
~~~
-or manually add the `rules-cc` repository to your `repos.json`.
+or manually add the `rules-cc` repository to your `repos.json` (also binding
+`protobuf` and `grpc` appropriately if proto libraries are to be used).
~~~json
...
@@ -19,7 +20,7 @@ or manually add the `rules-cc` repository to your `repos.json`.
{ "repository":
{ "type": "git"
, "branch": "master"
- , "commit": "7a90f68e5207d541dea937aaff5b6c4c499b8968"
+ , "commit": "c3b895900468f34d6808c56b736ddd88933b81ec"
, "repository": "https://github.com/just-buildsystem/rules-cc"
, "subdir": "rules"
}
diff --git a/etc/README.template.md b/etc/README.template.md
index 203d462..f53a94c 100644
--- a/etc/README.template.md
+++ b/etc/README.template.md
@@ -11,7 +11,8 @@ importing the `rules-cc` repository with the tool `just-import-git`
$ just-import-git -C repos.template.json --as rules-cc -b master https://github.com/just-buildsystem/rules-cc > repos.json
~~~
-or manually add the `rules-cc` repository to your `repos.json`.
+or manually add the `rules-cc` repository to your `repos.json` (also binding
+`protobuf` and `grpc` appropriately if proto libraries are to be used).
~~~json
...
@@ -19,7 +20,7 @@ or manually add the `rules-cc` repository to your `repos.json`.
{ "repository":
{ "type": "git"
, "branch": "master"
- , "commit": "7a90f68e5207d541dea937aaff5b6c4c499b8968"
+ , "commit": "c3b895900468f34d6808c56b736ddd88933b81ec"
, "repository": "https://github.com/just-buildsystem/rules-cc"
, "subdir": "rules"
}