From 7815babf1903f5020223e3706d1e8e7505cc98d0 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Thu, 19 Sep 2024 12:20:30 -0600 Subject: [PATCH] HOWTO run hsparse-csv-contact --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 30c2af9..0555e32 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,12 @@ source venv/bin/activate pip install poetry poetry install ``` + +# Run +Thusly. + +Example: + +``` +hsparse-csv-contacts --csv ~/all-contacts.csv +```