Skip to content

Commit d6921c8

Browse files
committed
Update docs
1 parent c045838 commit d6921c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hooks/post_gen_project.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ def print_further_instructions(project_name: str, git_repo_url: str) -> None:
2929
3030
$ cd {project_directory} && git init
3131
32-
2) If you don't have Poetry installed run:
32+
2) If you don't have uv installed run:
3333
34-
$ make poetry-download
34+
$ make uv-install
3535
36-
3) Initialize poetry and install pre-commit hooks:
36+
3) Initialize uv and install pre-commit hooks:
3737
3838
$ make install
3939
$ make pre-commit-install

0 commit comments

Comments
 (0)