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:
Daniel M. Drucker 2015-04-13 11:12:52 -04:00
commit f864418b9e

View file

@ -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