summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorramgoer <ramgoer@gmail.com>2017-01-08 15:20:59 +0900
committerGitHub <noreply@github.com>2017-01-08 15:20:59 +0900
commite2f85af76722bdc8ddae25ce8dc39eac2df7bb25 (patch)
tree928dca576c06706cbeebec8207f2fffe6d9d521a /docs/narr
parent9d99d04640d285f043ffedcc1f88223885e40959 (diff)
downloadpyramid-e2f85af76722bdc8ddae25ce8dc39eac2df7bb25.tar.gz
pyramid-e2f85af76722bdc8ddae25ce8dc39eac2df7bb25.tar.bz2
pyramid-e2f85af76722bdc8ddae25ce8dc39eac2df7bb25.zip
Update project.rst
incorrect cookietcutter path for windows environment %VENV%\Scripts\cookiecutter
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 61759fe34..17005f15c 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -95,7 +95,7 @@ Or on Windows:
.. code-block:: doscon
- c:\> %VENV%\cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter
+ c:\> %VENV%\Scripts\cookiecutter https://github.com/Pylons/pyramid-cookiecutter-starter
If prompted for the first item, accept the default ``yes`` by hitting return.