Skip to content

Commit

Permalink
paster -> p*
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jun 1, 2013
1 parent e619b30 commit 1f3af00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Expand Up @@ -37,7 +37,7 @@ On Pyramid 1.1 or 1.2:


.. code-block:: text .. code-block:: text
$ $myvenv/bin/paster create -t pyramid_jqm_starter MyApp $ $myvenv/pcreate -t pyramid_jqm_starter MyApp
On Pyramid 1.3: On Pyramid 1.3:


Expand All @@ -59,12 +59,12 @@ lives within the package. You need to install that package as well:
The Generated Application The Generated Application
------------------------- -------------------------


To run the generated application, use ``paster serve`` against the To run the generated application, use ``pserve`` against the
``development.ini`` file that lives within the distribution directory ``development.ini`` file that lives within the distribution directory


.. code-block:: text .. code-block:: text
$ paster serve MyApp/development.ini $ pserve MyApp/development.ini
.. note:: .. note::


Expand Down

0 comments on commit 1f3af00

Please sign in to comment.