From 30d2e5f12993eef9e2164e0c4f1afa7da3ff401f Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 25 May 2021 12:35:23 -0700 Subject: [PATCH] Update Linux build instructions in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54259bd..5f1f4d6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Peer-to-peer and cross-platform encrypted connections built right into your app | Python | `pip install libzt`| |[Python](./examples/python) | | Rust | Coming *very* soon | version|[Rust](./examples/rust) | | Java | `./build.sh host-jar` | |[Java](./examples/java) | -| Linux | [Build from source](#build-from-source) | version| [C/C++](./examples/c) | +| 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) | | Android |`./build.sh android-aar` | | [Java](./examples/java) |