deduplicate installation instructions in README(#2013)

This commit is contained in:
Marc
2025-11-26 14:19:27 +07:00
committed by GitHub
parent fc5f6ef092
commit abaf03c7f7
3 changed files with 51 additions and 28 deletions

View File

@@ -103,8 +103,13 @@ xcaddy build \
--output frankenphp \
--with github.com/dunglas/frankenphp/caddy \
--with github.com/dunglas/mercure/caddy \
--with github.com/dunglas/vulcain/caddy
--with github.com/dunglas/vulcain/caddy \
--with github.com/dunglas/caddy-cbrotli
# Add extra Caddy modules and FrankenPHP extensions here
# optionally, if you would like to compile from your frankenphp sources:
# --with github.com/dunglas/frankenphp=$(pwd) \
# --with github.com/dunglas/frankenphp/caddy=$(pwd)/caddy
```
> [!TIP]