Skip to content

Commit c937019

Browse files
committed
added more to README
1 parent d3d6682 commit c937019

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,32 @@ pip install cookiecutter
2222

2323
* Use the latest
2424

25+
##### HTTPS
26+
2527
```text
2628
cookiecutter https://github.com/btr1975/cookiecutter-python-library
2729
```
2830

31+
##### SSH
32+
33+
```text
34+
cookiecutter git@github.com:btr1975/cookiecutter-python-library
35+
```
36+
2937
* Use a specific version
3038

39+
##### HTTPS
40+
3141
```text
3242
cookiecutter https://github.com/btr1975/cookiecutter-python-library -c 1.0.0
3343
```
3444

45+
##### SSH
46+
47+
```text
48+
cookiecutter git@github.com:btr1975/cookiecutter-python-library -c 1.0.0
49+
```
50+
3551
4. Now you will be asked a series of questions. This is an example
3652
**THE QUESTIONS MAY NOT BE THE EXACT FOR THIS COOKIECUTTER**, also if you have downloaded it before
3753
you will be asked if you want to download it again, always say yes to get the latest version.

0 commit comments

Comments
 (0)