Skip to content

Commit

Permalink
Specify Bazel version in README.md
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 232391790
  • Loading branch information
jDramaix authored and Copybara-Service committed Feb 5, 2019
1 parent 628a182 commit 56167eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ Getting Started
---
Clone the repository and build a sample app from source:

- Install [Bazel](https://bazel.build/versions/master/docs/install.html).
- Install Bazel 0.20.0:

```shell
$ npm install -g @bazel/bazel@0.20.0
```
(See [Install Bazel](https://bazel.build/versions/master/docs/install.html) for different platforms.)

- Clone this repository:

Expand Down

0 comments on commit 56167eb

Please sign in to comment.