We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f4a77 commit b305fe7Copy full SHA for b305fe7
README.md
@@ -68,14 +68,14 @@ $ python manage.py cov
68
69
Alternatively you can use the cookiecutter template.
70
71
-Install cookiecutter with your package manager:
+First, get Cookiecutter:
72
73
```sh
74
$ pip install cookiecutter
75
```
76
77
-Create your app with:
+Now run it against this repo:
78
79
80
-$ cookiecutter https://github.com/vuLgAr/flask-skeleton.git --checkout cookiecutter
+$ cookiecutter https://github.com/realpython/flask-skeleton.git
81
0 commit comments