aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index ddfbae8..3155f8e 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,6 @@ Then I did something similar to the following
git clone git@github.com:feurig/tryfle.git
cd tryfle
flet create --project-name=hello
-git add *
-git status
git add pyproject.toml src
git status
git commit -a -m "This is our starting point"