From 83fe630e8d7a1b9916d96697e7c339c534c8bfa6 Mon Sep 17 00:00:00 2001 From: Parth Mehrotra Date: Wed, 19 Jun 2019 10:17:17 -0400 Subject: [PATCH 1/2] Specify which version of bazel is required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e8bb1140..883ea22d2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This project defines core build rules for [Scala](https://www.scala-lang.org/) t ## Getting started -In order to use these rules you must have bazel 0.23 or later and add the +In order to use these rules you must have **bazel 0.23** and add the following to your WORKSPACE file: ```python From 9a214656a83a29632ad2b4b333f4e07fd5803edb Mon Sep 17 00:00:00 2001 From: Parth Mehrotra Date: Wed, 19 Jun 2019 14:09:35 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 883ea22d2..c04e7a318 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ This project defines core build rules for [Scala](https://www.scala-lang.org/) t ## Getting started -In order to use these rules you must have **bazel 0.23** and add the -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: ```python rules_scala_version="a89d44f7ef67d93dedfc9888630f48d7723516f7" # update this as needed