Skip to content

Commit 96f4a77

Browse files
committed
update readme to include dir change
1 parent a7f3621 commit 96f4a77

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,11 @@ Flask starter project...
88

99
### Basics
1010

11+
1. cd into the `{{cookiecutter.app_slug}}` directory.
1112
1. Create and activate a virtualenv
1213
1. Install the requirements
1314

1415

15-
16-
### Cookiecutter Template
17-
18-
Install cookiecutter with your package manager:
19-
20-
```sh
21-
$ pip install cookiecutter
22-
```
23-
24-
Create your app with:
25-
26-
```sh
27-
$ cookiecutter https://github.com/vuLgAr/flask-skeleton.git --checkout cookiecutter
28-
```
29-
30-
3116
### Set Environment Variables
3217

3318
Update *project/server/config.py*, and then run:
@@ -78,3 +63,19 @@ With coverage:
7863
```sh
7964
$ python manage.py cov
8065
```
66+
67+
### Cookiecutter Template
68+
69+
Alternatively you can use the cookiecutter template.
70+
71+
Install cookiecutter with your package manager:
72+
73+
```sh
74+
$ pip install cookiecutter
75+
```
76+
77+
Create your app with:
78+
79+
```sh
80+
$ cookiecutter https://github.com/vuLgAr/flask-skeleton.git --checkout cookiecutter
81+
```

0 commit comments

Comments
 (0)