From 2ab91bbaaa565dcb89726b6cac0002c1e0644dc3 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 16 Jun 2019 18:51:10 +0200 Subject: [PATCH] Clarify that `pelican --listen` operates on output --- docs/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index a5fdfa60..4e6714b4 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -61,8 +61,8 @@ be ignored for now.) Preview your site ----------------- -Open a new terminal session, navigate to your site directory and run the -following command to launch Pelican's web server:: +Open a new terminal session, navigate to your generated output directory and +run the following command to launch Pelican's web server:: pelican --listen