Skip to content

Commit

Permalink
Update documentation to use local path to template
Browse files Browse the repository at this point in the history
  • Loading branch information
f-osorio committed Sep 27, 2019
1 parent a1bc91a commit d24c9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/extensions/tutorial.rst
Expand Up @@ -71,7 +71,7 @@ contains the CKAN git repo. Let's use the parent directory instead:
Now run the ``paster create`` command to create your extension::

cookiecutter https://github.com/ckan/ckan/<path-to-template>.git
cookiecutter ckan/contrib/cookiecutter/ckan_extension

The command will present a few prompts. The information you give will
end up in your extension's ``setup.py`` file (where you can edit them later if
Expand Down

0 comments on commit d24c9f7

Please sign in to comment.