diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | etc/README.template.md | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -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" } |