Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The template will ask for the following:
To create a project, aka bake a cookie 🍪, using [uv](https://docs.astral.sh/uv/) and cruft:

```
uvx cruft git@github.com:tekumara/python-typed-template.git
uvx cruft create git@github.com:tekumara/python-typed-template.git
# replace repo-name below with the name you specified during template creation
cd repo-name
git init && git commit -m 'root commit' --allow-empty
Expand Down
Loading