We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c293d commit 755e961Copy full SHA for 755e961
1 file changed
README.dev.md
@@ -73,7 +73,7 @@ everytime you reboot), for example like so:
73
cd $(mktemp -d --tmpdir copier-generated.XXXXXX)
74
75
# run copier with the template to generate a new package
76
-copier copy --vcs-ref HEAD <path/to/project/template> <path/to/destination>
+copier copy --vcs-ref HEAD <path/to/project/template> my-python-project
77
78
# when it asks you for the GitHub organization, put in your own name;
79
# for the other questions, just accept the default
0 commit comments