summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/cookiecutters.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tutorial/cookiecutters.rst')
-rw-r--r--docs/quick_tutorial/cookiecutters.rst13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/quick_tutorial/cookiecutters.rst b/docs/quick_tutorial/cookiecutters.rst
index 8e7048f78..f7251618f 100644
--- a/docs/quick_tutorial/cookiecutters.rst
+++ b/docs/quick_tutorial/cookiecutters.rst
@@ -32,9 +32,16 @@ Steps
If prompted for the first item, accept the default ``yes`` by hitting return.
- #. ``You've cloned ~/.cookiecutters/pyramid-cookiecutter-starter before. Is it okay to delete and re-clone it? [yes]:``
- #. ``project_name [Pyramid Scaffold]: cc_starter``
- #. ``repo_name [scaffold]: cc_starter``
+ .. code-block:: text
+
+ You've cloned ~/.cookiecutters/pyramid-cookiecutter-starter before.
+ Is it okay to delete and re-clone it? [yes]: yes
+ project_name [Pyramid Scaffold]: cc_starter
+ repo_name [scaffold]: cc_starter
+ Select template_language:
+ 1 - jinja2
+ 2 - chameleon
+ Choose from 1, 2 [1]: 1
#. We then run through the following commands.