Renaming to vssm and adding a readme
This commit is contained in:
@@ -25,7 +25,7 @@ type AppConfig struct {
|
||||
|
||||
func DefaultConfig() *AppConfig {
|
||||
home, _ := os.UserHomeDir()
|
||||
basePath := filepath.Join(home, ".local", "share", "vs-manager")
|
||||
basePath := filepath.Join(home, ".local", "share", "vssm")
|
||||
|
||||
cfg := &AppConfig{}
|
||||
cfg.Storage.InstallDir = filepath.Join(basePath, "installs")
|
||||
|
||||
Reference in New Issue
Block a user