Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
docs: explaining UNIX environment is required (#1760)
Browse files Browse the repository at this point in the history
* docs: explaining UNIX environment is required

Fixes #1731
  • Loading branch information
suztomo committed Aug 1, 2022
1 parent 14a8c42 commit 1d31e90
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -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
------------
Expand Down

0 comments on commit 1d31e90

Please sign in to comment.