mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
make the quickstart work
The quickstart was worded confusingly - it said "from your project directory", which implied doing a `cd ..` down to the `projects` dir, which would cause `pelican content` to fail. In fact, you need to be in the `yoursite` directory, which is the directory that has the `content` directory in it.
This commit is contained in:
parent
249a919c59
commit
f864418b9e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ Given that this example article is in Markdown format, save it as
|
|||
Generate your site
|
||||
------------------
|
||||
|
||||
From your project directory, run the ``pelican`` command to generate your site::
|
||||
From your site directory, run the ``pelican`` command to generate your site::
|
||||
|
||||
pelican content
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue