From 8a1810393e86ef588303fa1de49288fd440fdcca Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sat, 10 May 2014 01:36:38 -0700 Subject: [PATCH] Add instructions to copy default config file. --- Troubleshooting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index a262e49..8e3c20d 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -6,4 +6,6 @@ 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 \ No newline at end of file +export TODOTXT_DEFAULT_ACTION=ls + +Alternatively, if you have cloned the repository, issue `cp todo.cfg ~/.todo/config` in the `todo.txt-cli` directory to use the default config file (Linux). \ No newline at end of file