]> git.huck.website - odot.git/commitdiff
Create README.md
authorHuck Boles <80217378+huboles@users.noreply.github.com>
Thu, 17 Nov 2022 21:40:54 +0000 (15:40 -0600)
committerGitHub <noreply@github.com>
Thu, 17 Nov 2022 21:40:54 +0000 (15:40 -0600)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..7ea75c7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# odot
+Todo manager written in C
+
+Usage:
+
+  Add new task to list:
+    $ odot [new task not on list]  
+    
+ Remove task from list:
+  
+    $ odot [task already on list] 
+   
+ Show list:
+    $ odot 
+    
+Installation:
+
+    $ git clone https://github.com/huboles/odot.git
+    $ cd odot
+    $ sudo gcc *.c -o /usr/bin/odot
+    $ mkdir $HOME/.local/state/odot