diff --git a/src/docs/markdown/getting-started.md b/src/docs/markdown/getting-started.md index bd8c6df..1c4ad50 100644 --- a/src/docs/markdown/getting-started.md +++ b/src/docs/markdown/getting-started.md @@ -34,6 +34,10 @@ Let's start by running it: Oops; without a subcommand, the `caddy` command only displays help text. You can use this any time you forget what to do. + + To start Caddy as a daemon, use the `run` subcommand:
caddy run
@@ -52,11 +56,6 @@ This blocks forever, but what is it doing? At the moment... nothing. By default, We can make Caddy useful by giving it a config. This can be done many ways, but we'll start by making a POST request to the [/load](/docs/api#post-load) endpoint using `curl` in the next section. - - - ## Your first config To prepare our request, we need to make a config. At its core, Caddy's configuration is simply a [JSON document](/docs/json/).