Browse Source

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

main
Shubhankar 3 years ago committed by GitHub
parent
commit
d82776e0fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -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) [![asciicast](https://asciinema.org/a/244658.svg)](https://asciinema.org/a/244658)

Loading…
Cancel
Save