Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy authored Jul 24, 2024
1 parent 846f84a commit 5e26474
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 5e26474

Please sign in to comment.