From 650d7f1f8adb0cfaf37b3ce2241c3168f24efd4d Mon Sep 17 00:00:00 2001 From: Vadym Matsishevskyi <25311427+vam-google@users.noreply.github.com> Date: Fri, 27 Dec 2019 16:13:58 -0800 Subject: [PATCH] Update Readme.md to match latest Bazel updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b90cc56..6ba73116 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ libraries, documentation, and other artifacts. ### Bazel The recommended way to build the API client libraries is through -[Bazel](https://bazel.build/) >= 0.29.1. +[Bazel](https://bazel.build/) >= 2.0.0. First, [install bazel](https://docs.bazel.build/versions/master/install.html). @@ -39,7 +39,7 @@ To build the Java package for one library: bazel build //google/example/library/v1:google-cloud-library-v1-java ``` -Bazel packages exist in all the libraries for Java and Go. +Bazel packages exist in all the libraries for Java, Go, Python, Ruby, Node.js, PHP and C#. ### Artman