Revert 983c1ad^ ... 983c1ad on Quick Start Guide

lnedad
2011-07-09 20:15:04 -07:00
parent 983c1ad1ab
commit 9e38564ba6

@@ -18,16 +18,10 @@ Replace "/Users/gina/Documents/todo" to wherever your todo.txt file lives. The d
</pre> </pre>
4. Make a hidden folder under you home directory named @.todo@: 4. Move the @todo.cfg@ configuration file to your home directory:
<pre> <pre>
$ mkdir ~/.todo mv todo.cfg ~/.
</pre> </pre>
5. Move the @todo.cfg@ configuration file to the directory made in step 4 and rename it @config@: 5. Type @./todo.sh@ to see the usage message. You're ready to go! To start adding tasks, type @./todo.sh add "My new task"@
<pre>
$ mv todo.cfg ~/.todo/config
</pre>
6. Type @./todo.sh@ to see the usage message. You're ready to go! To start adding tasks, type @./todo.sh add "My new task"@