We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5a793 commit a1c3b58Copy full SHA for a1c3b58
README.md
@@ -25,8 +25,8 @@ This project defines core build rules for [Scala](https://www.scala-lang.org/) t
25
26
## Getting started
27
28
-In order to use these rules you must have bazel 0.23 or later and add the
29
-following to your WORKSPACE file:
+1. [Install Bazel](https://docs.bazel.build/versions/master/install.html), see the [compatibility table](#bazel-compatible-versions).
+2. Add the following to your `WORKSPACE` file and update the `githash` if needed:
30
31
```python
32
rules_scala_version="a89d44f7ef67d93dedfc9888630f48d7723516f7" # update this as needed
0 commit comments