Skip to content

Commit a1c3b58

Browse files
Parthjohnynek
authored andcommitted
Specify which version of bazel is required. (#772)
* Specify which version of bazel is required. * Update README.md
1 parent dc5a793 commit a1c3b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ This project defines core build rules for [Scala](https://www.scala-lang.org/) t
2525

2626
## Getting started
2727

28-
In order to use these rules you must have bazel 0.23 or later and add the
29-
following to your WORKSPACE file:
28+
1. [Install Bazel](https://docs.bazel.build/versions/master/install.html), see the [compatibility table](#bazel-compatible-versions).
29+
2. Add the following to your `WORKSPACE` file and update the `githash` if needed:
3030

3131
```python
3232
rules_scala_version="a89d44f7ef67d93dedfc9888630f48d7723516f7" # update this as needed

0 commit comments

Comments
 (0)