diff --git a/README.md b/README.md
index 2968623..590c9fb 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Peer-to-peer and cross-platform encrypted connections built right into your app
| C# | `Install-Package ZeroTier.Sockets` |
|[C#](./examples/csharp) |
| Python | `pip install libzt`|
|[Python](./examples/python) |
| Rust | See: [crates.io/crates/libzt](https://crates.io/crates/libzt) |
|[Rust](./examples/rust) |
-| Java | `./build.sh host-jar` |
|[Java](./examples/java) |
+| Java | Install JDK, then: `./build.sh host-jar` |
|[Java](./examples/java) |
| Linux | `brew install zerotier/tap/libzt` |
| [C/C++](./examples/c) |
| macOS | `brew install zerotier/tap/libzt`|
| [C/C++](./examples/c) |
| iOS / iPadOS | `./build.sh iphoneos-framework` |
| [Objective-C](./attic/objective-c), [Swift](./attic/swift) |