From da510dc5c10868a04676e2788f29c10dff17d40b Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Sat, 18 Jun 2022 01:06:12 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ff4a22e..daa7a17 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # toDo -Command Line Based, minimalistic, open-source Windows 10 toDo app -To compile on your own, download all the *.cpp and *.hpp files from the repository, and compile them on WIN 10 using: -g++ -Wall -Wextra -pedantic main.cpp -Functionality: -Add tasks, including it's title, date when the task first show up and when the task is supposed to repeat -Show tasks, completed tasks highlighted with "[X]", currently chosen task highlighted with the different color on the terminal -Tasks automatically repeat, tasks can be chosen to repeat every day, week, month or year +Command Line Based, minimalistic, open-source Windows 10 toDo app
+To compile on your own, download all the *.cpp and *.hpp files from the repository, and compile them on WIN 10 using:
+g++ -Wall -Wextra -pedantic main.cpp
+Functionality:
+Add tasks, including it's title, date when the task first show up and when the task is supposed to repeat
+Show tasks, completed tasks highlighted with "[X]", currently chosen task highlighted with the different color on the terminal
+Tasks automatically repeat, tasks can be chosen to repeat every day, week, month or year