Move troubleshooting section from Quick Start Guide to avoid bloating it and terrifying potential users.

Ingo Karkat
2013-05-02 08:07:51 -07:00
parent e6564ff097
commit c8dfb6f149

9
Troubleshooting.md Normal file

@@ -0,0 +1,9 @@
*I get "Fatal Error: Cannot read configuration file /Users/myusername/.todo/config" when launching todo.sh*
Create the <code>~/.todo/config</code> file manually. Here's some example content:
<pre><code>export TODO_DIR="$HOME/Dropbox/todo"
export TODO_FILE="$TODO_DIR/todo.txt"
export DONE_FILE="$TODO_DIR/done.txt"
export REPORT_FILE="$TODO_DIR/report.txt"
export TMP_FILE="/tmp/todo.tmp"
export TODOTXT_DEFAULT_ACTION=ls</code></pre>