Skip to content

Commit

Permalink
Fix bzlmod example in README
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
  • Loading branch information
jwnrt committed Jul 17, 2024
1 parent aed7010 commit ebf67bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ lowrisc_misc_linters_pip_dependencies()
If using `bzlmod`, instead add the following to `MODULE.bazel`:

```bazel
bazel_dep("lowrisc_misc_linters")
bazel_dep(name = "lowrisc_misc_linters")
git_override(
module_name = "lowrisc_misc_linters",
remote = "https://github.com/lowRISC/misc-linters",
module_name = "lowrisc_misc_linters",
remote = "https://github.com/lowRISC/misc-linters",
commit = "<commit hash>",
)
```

Expand Down

0 comments on commit ebf67bf

Please sign in to comment.