@@ 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.