From 813b7c636a77c0a1a182f9390cfadd0a452c5d2a Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Fri, 02 Jun 2017 02:15:55 +0200
Subject: [PATCH] specify cookiecutter branch, use shortcut for github URL

---
 docs/tutorials/wiki/installation.rst |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst
index de057b1..9827d7d 100644
--- a/docs/tutorials/wiki/installation.rst
+++ b/docs/tutorials/wiki/installation.rst
@@ -31,7 +31,7 @@
 .. code-block:: bash
 
     $ cd ~
-    $ cookiecutter https://github.com/Pylons/pyramid-cookiecutter-zodb
+    $ cookiecutter gh:Pylons/pyramid-cookiecutter-zodb --checkout 1.8-branch
 
 On Windows
 ^^^^^^^^^^
@@ -39,7 +39,7 @@
 .. code-block:: doscon
 
     c:\> cd \
-    c:\> cookiecutter https://github.com/Pylons/pyramid-cookiecutter-zodb
+    c:\> cookiecutter gh:Pylons/pyramid-cookiecutter-zodb --checkout 1.8-branch
 
 On all operating systems
 ^^^^^^^^^^^^^^^^^^^^^^^^

--
Gitblit v1.9.3