mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 11:41:11 +00:00
update docs to refer to the 'wagtail' command rather than 'wagtail-project'
This commit is contained in:
parent
f5282af3d9
commit
62f0b2079e
1 changed files with 4 additions and 4 deletions
|
|
@ -27,18 +27,18 @@ This will give you the latest development version of Wagtail.
|
|||
pip install -e git://github.com/torchbox/wagtail.git#egg=wagtail
|
||||
|
||||
|
||||
The ``wagtail-project`` command
|
||||
===============================
|
||||
The ``wagtail`` command
|
||||
=======================
|
||||
|
||||
.. versionadded:: 0.5
|
||||
|
||||
Once you have Wagtail installed on your host machine, you can use the ``wagtail-project`` command.
|
||||
Once you have Wagtail installed on your host machine, you can use the ``wagtail`` command.
|
||||
|
||||
Usage:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
wagtail-project <project name>
|
||||
wagtail start <project name>
|
||||
|
||||
|
||||
This command will setup a skeleton Wagtail project with the following features installed:
|
||||
|
|
|
|||
Loading…
Reference in a new issue