Skip to content

Commit 40144ad

Browse files
committed
updated README
1 parent 7b71992 commit 40144ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,18 @@ pip install cookiecutter
2020

2121
3. Use the cookiecutter repository to create your structure.
2222

23+
* Use the latest
24+
2325
```text
2426
cookiecutter https://github.com/btr1975/cookiecutter-python-fastapi-openapi
2527
```
2628

29+
* Use a specific version
30+
31+
```text
32+
cookiecutter https://github.com/btr1975/cookiecutter-python-fastapi-openapi -c 1.0.1
33+
```
34+
2735
4. Now you will be asked a series of questions. This is an example
2836
**THE QUESTIONS MAY NOT BE THE EXACT FOR THIS COOKIECUTTER**, also if you have downloaded it before
2937
you will be asked if you want to download it again, always say yes to get the latest version.

0 commit comments

Comments
 (0)