From fc344742c730669188cc126c74665cda4e90f8ba Mon Sep 17 00:00:00 2001 From: Toby Allen Date: Tue, 16 Jul 2019 20:51:17 +0100 Subject: [PATCH] add note to recommend 'run' on windows. --- v2:-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2:-Documentation.md b/v2:-Documentation.md index f0a0b98..b15aa3c 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -95,7 +95,7 @@ $ caddy run [--config ] ``` -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