docs: Clarify that Caddy has no _runtime_ dependencies (#47)

This commit is contained in:
Carl George 2020-05-18 20:48:19 -05:00 committed by GitHub
parent 9791668f48
commit e237871877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,5 +21,5 @@ and operates primarily at L4 (transport layer) and L7 (application layer) of the
Configuration is both dynamic and exportable with [Caddy's API](/docs/api). Although no config files required, you can still use them; most people's favorite way of configuring Caddy is using the [Caddyfile](/docs/caddyfile). The format of the config document takes many forms with [config adapters](/docs/config-adapters), but Caddy's native config language is [JSON](/docs/json/).
Caddy compiles for all major platforms and has no dependencies.
Caddy compiles for all major platforms and has no runtime dependencies.