From ffcc5e0dabb52036d5caa03fc6277db0d5df4797 Mon Sep 17 00:00:00 2001 From: crazydude-kanishk <56763528+crazydude-kanishk@users.noreply.github.com> Date: Fri, 2 Oct 2020 16:58:13 +0530 Subject: [PATCH] Update README.md --- projects/Cli_todo/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/Cli_todo/README.md b/projects/Cli_todo/README.md index a516ea3b2..1e885f499 100644 --- a/projects/Cli_todo/README.md +++ b/projects/Cli_todo/README.md @@ -8,11 +8,12 @@ Install Click: `pip install click` ## How to use ### Running -`python todo.py [command]` +either run it from your code editor or Ide or type `python todo.py [command]` in your command line. +(insted of [command] add desired command u want) ### Commands |Command | Description| |-------|-------| |`add`| Adds a task. Prompts user for task text. | |`done`| Deletes a task. Prompts user for task id. | -|`tasks`| Displays all inputted tasks. | \ No newline at end of file +|`tasks`| Displays all inputted tasks. |