Also update README for default db path change
1 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M README.md +2 -2
@@ 53,7 53,7 @@ Available Commands:
   tags        List all tags belonging to a file
 
 Flags:
-  -d, --database string   Path to SQLite3 database file. (default "~/.tago/tago.db")
+  -d, --database string   Path to SQLite3 database file. (default "~/.config/tago/tago.db")
   -f, --fullpath          Use full path for all files (disabled relative path display)
   -h, --help              help for tago
   -v, --version           version for tago

          
@@ 66,7 66,7 @@ The first thing you need to do is initia
 `tago db init`
 
 This will create your sqlite database. By default it will go to
-`~/.tago/tago.db` but you can specify the `--database` flag to specify a
+`~/.config/tago/tago.db` but you can specify the `--database` flag to specify a
 different location.
 
 Once initialized you can begin tagging files.