From 1d31e90e70867cb4b896d7a393f9271788b6371f Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 1 Aug 2022 16:38:27 -0400 Subject: [PATCH] docs: explaining UNIX environment is required (#1760) * docs: explaining UNIX environment is required Fixes https://github.com/googleapis/gax-java/issues/1731 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e87af9fbf..92eb4b47c 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,13 @@ Java Versions Java 8 or above is required for using this library. -To build this project, JDK 11 or above is required. The build produces Java -bytecode targeted for Java 8. +To build this project, JDK 11 or above is required. +The build produces Java bytecode targeted for Java 8. + +The project uses Gradle to build while it also provides Bazel build. + +If you build this project in Bazel, it requires Bazel 4 and basic UNIX commands +(e.g., `cat`). Contributing ------------