Skip to content

Commit

Permalink
docs: update installation and usage
Browse files Browse the repository at this point in the history
Updates the `README.md` installation
instructions. The instructions are on how to use the "latest" version.

Released versions will need different
instructions.
  • Loading branch information
filmil committed Oct 27, 2023
1 parent 22db48a commit dfe3644
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 @@ -11,7 +11,7 @@ In your `WORKSPACE` file load and include as follows:
```
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
BAZEL_BATS_COMMIT_ID = "e85b43efc90133d5cd4ca807a811e9aa4006fb49"
BAZEL_BATS_COMMIT_ID = "22db48a75128044bb611492b3e1e654187881fa3"
git_repository(
name = "bazel_bats",
Expand All @@ -25,8 +25,9 @@ load("@bazel_bats//:deps.bzl", "bazel_bats_dependencies")
bazel_bats_dependencies()
```

You can alternatively specify the specific bats-core version, as well as
optionally adding bats-core extensions.
You can alternatively specify the specific `bats-core` version, as well
as optionally adding `bats-core` extensions in
`bazel_bats_dependencies(...)`:

```
BATS_ASSERT_VERSION = "2.0.0"
Expand Down

0 comments on commit dfe3644

Please sign in to comment.