summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuh <andreas.schuh.84@gmail.com>2016-11-25 18:10:19 +0000
committerAndreas Schuh <andreas.schuh.84@gmail.com>2016-11-25 18:10:19 +0000
commit84ab952375a06404902f4a9b96d6a7a731214503 (patch)
tree8cd88ff783ef304892efcd78edb060f6711a7928
parentb872d6b5d425b9f8af7ae113c375b1e7f5c7b99c (diff)
downloadgflags-84ab952375a06404902f4a9b96d6a7a731214503.tar.gz
gflags-84ab952375a06404902f4a9b96d6a7a731214503.tar.bz2
gflags-84ab952375a06404902f4a9b96d6a7a731214503.zip
doc: Update use of gflags with Bazel documentation
-rw-r--r--INSTALL.md6
m---------doc0
2 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index e3a23c8..d37528f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -73,14 +73,14 @@ To use gflags in a Bazel project, map it in as an external dependency by editing
your WORKSPACE file:
git_repository(
- name = "gflags_git",
- commit = "", # Use the current HEAD commit
+ name = "com_github_gflags_gflags",
+ commit = "<INSERT COMMIT SHA HERE>",
remote = "https://github.com/gflags/gflags.git",
)
bind(
name = "gflags",
- actual = "@gflags_git//:gflags",
+ actual = "@com_github_gflags_gflags//:gflags",
)
You can then add `//external:gflags` to the `deps` section of a `cc_binary` or
diff --git a/doc b/doc
-Subproject ea1cc83b50dc44df1f38891d9c95e99e2f127a8
+Subproject 78c66b37266707a3cf2904c3891b08cddae8d83