diff options
| author | ramgoer <ramgoer@gmail.com> | 2017-01-08 15:20:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-08 15:20:59 +0900 |
| commit | e2f85af76722bdc8ddae25ce8dc39eac2df7bb25 (patch) | |
| tree | 928dca576c06706cbeebec8207f2fffe6d9d521a /docs | |
| parent | 9d99d04640d285f043ffedcc1f88223885e40959 (diff) | |
| download | pyramid-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')
| -rw-r--r-- | docs/narr/project.rst | 2 |
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. |
