From 39cb24ace1b1fe3929f82556f80eb6f6990e4944 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Fri, 25 Jul 2025 11:28:50 -0700 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d735eb2..b92aeb4 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Easily tunnel traffic to and from your LAN and ZeroTier Virtual Network using an SOCKS5 proxy (includes an optional TCP relay for use behind difficult NATs) -![Build](https://github.com/zerotier/pylon/actions/workflows/build.yml/badge.svg?branch=main) - ## Build Currently you must build it and distribute it to your server manually. The build process will pull a submodule (which itself pulls submodules), build libzt there, and then link pylon against the resultant `libzt.a` static library. Requires `clang`, and `cmake` to build.