From d34e108a059b42e01afaeebb037ec73b2a2e2e31 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Fri, 02 Jun 2017 02:34:39 +0200
Subject: [PATCH] Merge pull request #3070 from stevepiercy/1.8-branch

---
 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