aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2026-05-02 21:13:49 -0700
committerD Delmar Davis <don@suspectdevices.com>2026-05-02 21:13:49 -0700
commitb730a14300e9608cdf7add100989e9cd3f183f9c (patch)
treee474e2e5238aed69608a8443cc5aefb4e87be2eb
parent522c31cba2f9869ab5f69cd04a6b65b75c532579 (diff)
minor cleanup
-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"