From 8bf584f9e9d4fa90c9dc9c90d1e2888e7760e206 Mon Sep 17 00:00:00 2001 From: z0x Date: Thu, 8 May 2025 23:10:04 -0400 Subject: [PATCH] docs: add build instructions to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ff9a322..6096241 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ localhost { } ``` +## Build from source + +```bash +xcaddy build --with git.home.arpa/z0x/caddy-anubis +``` + ## Credits - [TecharoHQ/anubis](https://github.com/TecharoHQ/anubis)