From fc87ec593d0bb37f910745f0aadc83b50f356065 Mon Sep 17 00:00:00 2001 From: travisladuke Date: Wed, 26 Jul 2023 14:05:10 -0700 Subject: [PATCH] See how the build status badge looks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a910a51..a03cfb2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ZeroTier Pylon Proxy layer 5 traffic from your apps to and from your ZeroTier virtual network without installing ZeroTier and without bringing up any new network interfaces. +![Build](https://github.com/zerotier/pylon/actions/workflows/build.yml/badge.svg?branch=main) + ## Build Currently 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.