Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Frantz <[email protected]>
  • Loading branch information
cfrantz committed Dec 16, 2022
1 parent 9b3348b commit 7ec765e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Load this repository in your `WORKSPACE`:
```
http_archive(
name = "lowrisc_bazel_release",
url = "<TODO>",
sha256 = "<TODO>",
strip_prefix = "<TODO>",
url = "https://github.com/lowRISC/bazel-release/archive/refs/tags/v0.0.1.tar.gz",
sha256 = "b4a6518347f4c95b218c4358e2ce946be0100ff731ccc4922cb1f8e1acc9e09d",
strip_prefix = "bazel-release-0.0.1",
)
load("@lowrisc_bazel_release//:repos.bzl", "lowrisc_bazel_release_repos")
lowrisc_bazel_release_repos()
load("//:deps.bzl", "lowrisc_bazel_release_deps")
load("@lowrisc_bazel_release//:deps.bzl", "lowrisc_bazel_release_deps")
lowrisc_bazel_release_deps()
```

Expand Down

0 comments on commit 7ec765e

Please sign in to comment.