1
0
Fork 0
forked from github/pelican

Use pelican.server in Quickstart docs

This commit is contained in:
Deniz Turgut 2015-04-04 15:17:59 -04:00
commit 946e95172f

View file

@ -61,10 +61,10 @@ Preview your site
-----------------
Open a new terminal session and run the following commands to switch to your
``output`` directory and launch Python's built-in web server::
``output`` directory and launch Pelican's web server::
cd ~/projects/yoursite/output
python -m SimpleHTTPServer # -m http.server if you use python3
python -m pelican.server
Preview your site by navigating to http://localhost:8000/ in your browser.