Skip to content

Commit b305fe7

Browse files
committed
point to origin repo
1 parent 96f4a77 commit b305fe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ $ python manage.py cov
6868

6969
Alternatively you can use the cookiecutter template.
7070

71-
Install cookiecutter with your package manager:
71+
First, get Cookiecutter:
7272

7373
```sh
7474
$ pip install cookiecutter
7575
```
7676

77-
Create your app with:
77+
Now run it against this repo:
7878

7979
```sh
80-
$ cookiecutter https://github.com/vuLgAr/flask-skeleton.git --checkout cookiecutter
80+
$ cookiecutter https://github.com/realpython/flask-skeleton.git
8181
```

0 commit comments

Comments
 (0)