From 5e26474e219834d5289bed046bfc90559d30399a Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Wed, 24 Jul 2024 08:53:36 -0700 Subject: [PATCH] chore: update readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 5fbe539..0a1b8fe 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,7 @@ Rules for bringing bazel artifacts out of the [bazel output directories](https:/ Add to your `MODULE.bazel` file: ```python -bazel_dep(name = "bzlws") -git_override( - name = "bzlws", - remote = "https://github.com/zaucy/bzlws.git", - commit = "80c1bb3227579e134cdb8bdcfc245581fbfcd566", -) +bazel_dep(name = "bzlws", version = "0.2.0") ``` On windows runfiles aren't enabled by default. `bzlws` needs runfiles in order to work. Enable them by adding this to your `.bazelrc`: