We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d136f8e commit 83ea593Copy full SHA for 83ea593
1 file changed
README.md
@@ -26,5 +26,6 @@ task_manager/
26
└── tasks.json # Stores tasks
27
```
28
## CLI Steps:
29
-1️⃣ Run: ```pip install flask``` \
30
-2️⃣ Start the server with: ```python3 task_manager/app.py```
+1️⃣ Clone this project using the web *URL*. \
+2️⃣ Run: ```pip install flask``` \
31
+3️⃣ Start the server with: ```python3 task_manager/app.py```
0 commit comments