Update README.md

This commit is contained in:
Russell Cohen 2021-04-22 16:02:22 -04:00 committed by GitHub
parent e698ceae2e
commit f2b3442103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ The nightly SDK build can be found under `Actions -> CI (take latest run) -> Art
**All internal and external interfaces are considered unstable and subject to change without notice.**
## Setup
1. `./gradlew` will setup gradle for you
1. `./gradlew` will setup gradle for you. JDK >= 14 is required.
2. Running tests requires a working Rust installation. See [Rust docs](https://www.rust-lang.org/learn/get-started) for
installation instructions on your platform. Minimum supported Rust version is the latest released Rust version, although older versions may work.