Skip to content

Commit 5fa661a

Browse files
Update docs/getting-started/create-flet-app.md
Co-authored-by: TheEthicalBoy <[email protected]>
1 parent f2a42c7 commit 5fa661a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/create-flet-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The command will create the following directory structure:
4343

4444
:::note
4545
1. Original `pyproject.toml` created by `uv init` or `poetry init` will be replaced with the one from Flet app template.
46-
2. In case you encounter the error `Error creating the project from a template: 'git' is not installed.`, it means that you don't have _Git_ installed. Please visit [git-scm.com/downloads](https://git-scm.com/downloads) and install the latest version of _Git_. To verify your installation, type git’ on Command Prompt.
46+
2. In case you encounter the error `Error creating the project from a template: 'git' is not installed.`, it means that you don't have _Git_ installed. Please visit [git-scm.com/downloads](https://git-scm.com/downloads) and install the latest version of _Git_. To verify your installation, type `git` in the terminal.
4747
Please note that _Git_ is not the same as _GitHub CLI_ which is not an alternative for use with Flet.
4848
:::
4949

0 commit comments

Comments
 (0)