Update the README
This commit is contained in:
2
main.go
2
main.go
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user