From b37f1b4e8f529a36476c8aeca3245265c4b01383 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Wed, 28 Dec 2022 00:14:47 -0500 Subject: [PATCH] Add quick start doc --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b105eeb..dc31767 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ ## Grocery list bot Bot shows the list as buttons that can be clicked to mark the item as done +## Quick start + +### Single user + +Send your list of items to [@grocery_guy_bot](https://t.me/grocery_guy_bot) + +### Multiple users (Shared list) + +1. Create a group with all the members +2. Add [@grocery_guy_bot](https://t.me/grocery_guy_bot) to the group +3. Make the bot admin to read all the messages +4. Send your list of items. + +Note: Everything sent to the group is considered a list item, so the group cannot be used to for any other text messages + ## TODO 1. Write doc, screenshots, video, gif