mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Use pelican.server in Quickstart docs
This commit is contained in:
parent
7b4ceb2974
commit
946e95172f
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue