We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e179719 commit f67e61fCopy full SHA for f67e61f
1 file changed
README.md
@@ -87,7 +87,7 @@ the project name you provide in the next step.
87
88
Run the following command from inside your projects folder:
89
```bash
90
-copier copy gh:KyleFerreira/python-project-template ./your-project-name
+copier copy gh:KyleFe/python-project-template ./your-project-name
91
```
92
93
Replace `your-project-name` with the name of your new project (e.g.
@@ -192,7 +192,7 @@ git add .
192
git commit -m "feat: initial project setup"
193
194
# Create a new empty repo on GitHub (no README, no .gitignore), then:
195
-git remote add origin https://github.com/KyleFerreira/your-project-name.git
+git remote add origin https://github.com/KyleFe/your-project-name.git
196
git push -u origin main
197
198
0 commit comments