Update the README

This commit is contained in:
2026-06-10 00:01:18 -05:00
parent 318d473fec
commit 2497b37d21
2 changed files with 66 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ func main() {
log.Fatalf("Could not locate user home dir: %v", err)
}
defaultConfigPath := filepath.Join(home, ".config", "vssm", "config.json")
defaultConfigPath := filepath.Join(home, ".local", "share", "vssm", "config.json")
configFlag := flag.String("config", defaultConfigPath, "Explicit path targeting a custom vssm config.json profile")