]> scripts.mit.edu Git - wizard.git/commitdiff
Mention registering application classes in summary.
authorEdward Z. Yang <ezyang@mit.edu>
Sun, 4 Sep 2011 16:47:59 +0000 (12:47 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Sun, 4 Sep 2011 16:47:59 +0000 (12:47 -0400)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
doc/create.rst

index e87726ee89b54b834466800e56ed77d99b5a776b..96401c8ffe53055759a3e7f0321948e44a8f142a 100644 (file)
@@ -529,6 +529,7 @@ Here is short version for quick reference:
 
 #. Create the new repository and new module,
 #. Implement :meth:`~wizard.app.Application.download`,
+#. Register the application at the ``wizard_scripts`` plugin,
 #. *For Conversions:* Find the oldest extant version with ``wizard summary version $APP``,
 #. Run ``wizard prepare-pristine $VERSION``,
 #. Commit with ``-m "$APPLICATION $VERSION"`` and tag ``$APP-$VERSION``,