add note to recommend 'run' on windows.

Toby Allen 2019-07-16 20:51:17 +01:00
parent 8a31038ef8
commit fc344742c7

@ -95,7 +95,7 @@ $ caddy run
[--config <path>]
```
Same as `start`, but blocks indefinitely.
Same as `start`, but blocks indefinitely. On windows it is better to use `run` rather than `start` as it makes more sense for the server to block the console window that is its parent.
## stop