Skip to content

Commit

Permalink
Update README.md (#568)
Browse files Browse the repository at this point in the history
fix bazel_dep call in example
  • Loading branch information
adrianimboden committed May 28, 2024
1 parent 83ce910 commit 5caf74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Copy this into your Bazel `MODULE.bazel` file to add this repo as an external de
# Famous C++ library that has given rise to many new additions to the C++ Standard Library
# Makes @boost available for use: For example, add `@boost//:algorithm` to your deps.
# For more, see https://github.com/nelhage/rules_boost and https://www.boost.org
bazel_dep(name = "rules_boost", name = "com_github_nelhage_rules_boost")
bazel_dep(name = "rules_boost", repo_name = "com_github_nelhage_rules_boost")
archive_override(
module_name = "rules_boost",
urls = "https://github.com/nelhage/rules_boost/archive/refs/heads/master.tar.gz",
Expand Down

0 comments on commit 5caf74f

Please sign in to comment.