See how the build status badge looks

This commit is contained in:
travisladuke
2023-07-26 14:12:07 -07:00
parent 2e22070ddf
commit fc87ec593d
+2
View File
@@ -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.