**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** After a fresh install, first run yields the following message: ```bash > todo.sh Fatal Error: Cannot read configuration file /Users/me/.todo/config ``` Simple workaround is `mkdir -p ~/.todo` and `touch ~/.todo/config`. **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.** 1. Have not installed before (or maybe config file just doesn't exist) 2. Install 3. Run 4. See warning **What is the expected behavior?** See help text. **Which versions todo.sh are you using?** > Run `todo.sh -V` v2.11.0 **Which Operating System are you using?** OS X 10.13.3 High Sierra **Which version of bash are you using?** > Run `bash --version` GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17) Copyright (C) 2007 Free Software Foundation, Inc.