Flag -c v1 is slightly confusing in branch v2 (#264)

This commit is contained in:
Shubhankar 2022-03-11 12:25:13 -06:00 committed by GitHub
parent 319222f3b9
commit d82776e0fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -23,11 +23,10 @@ $ conda install cookiecutter
```
### To start a new project, run:
### To start a new project (installs v2 by default), run:
------------
cookiecutter -c v1 https://github.com/drivendata/cookiecutter-data-science
cookiecutter https://github.com/drivendata/cookiecutter-data-science # use flag -c v1 for version1
[![asciicast](https://asciinema.org/a/244658.svg)](https://asciinema.org/a/244658)