Skip to content

Commit

Permalink
Format README.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Dec 20, 2024
1 parent 1f77f84 commit 0bd0541
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion caddy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ Prometheus metrics are available on http://localhost:9091/metrics.
From the repo's root directory, run the Caddy module directly from Go:

```sh
go run -tags nomysql ./cmd/caddy run --adapter yaml --config caddy/examples/simple.yml --watch
go run -tags nomysql ./cmd/caddy run \
--adapter yaml \
--config caddy/examples/simple.yml \
--watch
```

0 comments on commit 0bd0541

Please sign in to comment.