diff --git a/README.md b/README.md
index 34030d92..e1d21619 100644
--- a/README.md
+++ b/README.md
@@ -4,25 +4,23 @@
Part of the ZeroTier SDK
-Peer-to-peer and cross-platform encrypted connections built right into your app or service. No drivers, no root, and no host configuration.
+P2P cross-platform encrypted sockets library using ZeroTier
Examples |
-Documentation |
-Report a Bug
-
+Docs |
+Report an issue
-
-| Language/Platform | Installation | Version | Example |
+| Language/Platform | Install | Version | Example |
|:----------|:---------|:---|:---|
| C/C++ | [Build from source](#build-from-source) |
| [C/C++](./examples/c) |
| C# | `Install-Package ZeroTier.Sockets` |
|[C#](./examples/csharp) |
@@ -51,7 +49,7 @@ int main()
}
```
-# Build from source
+# Build from source (optional)
```
git submodule update --init
@@ -88,11 +86,9 @@ Important directories:
|`cache`| Contains build system caches that can safely be deleted after use.|
|`pkg`| Contains project, script and spec files to generate packages.|
-# Self-hosting (Optional)
-
-We provide ways for your app or enterprise to function independently from any of our services if desired.
+# Self-hosting
-While we do operate a global network of redundant root servers, network controllers and an admin API/UI called [Central](https://my.zerotier.com), some use-cases require full control over the infrastructure and we try to make it as easy as possible to set up your own controllers and root servers: See [here](https://github.com/zerotier/ZeroTierOne/tree/main/controller) to learn more about how to set up your own network controller, and [here](https://docs.zerotier.com/zerotier/moons) to learn more about setting up your own roots.
+If you'd like to use your own infrastructure we make it easy to [set up your own controllers and roots](https://docs.zerotier.com/self-hosting/introduction).
# Help