We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ef9fb commit 6b1a3ecCopy full SHA for 6b1a3ec
1 file changed
{{cookiecutter.project_name}}/docs/template_usage.md
@@ -471,7 +471,7 @@ Here's one way how to do it:
471
472
```bash
473
# move everything, including hidden folders, excluding `.git`.
474
- rsync -av --exclude='.git' ./template/ ./${REPO}_cookiecutterized/
+ rsync -av --exclude='.git' ../template/$REPO ./
475
git add -A
476
git commit -m "init from template"
477
```
0 commit comments