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