From 361c6ffa50d475c465d57b27391e35c854550109 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Wed, 1 Jun 2022 15:26:55 -0700 Subject: [PATCH] Add mention of JDK to build matrix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) | version|[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` | version| [C/C++](./examples/c) | | macOS | `brew install zerotier/tap/libzt`| version| [C/C++](./examples/c) | | iOS / iPadOS | `./build.sh iphoneos-framework` | | [Objective-C](./attic/objective-c), [Swift](./attic/swift) |