diff --git a/README.md b/README.md index e1cf4b3..f02508a 100644 --- a/README.md +++ b/README.md @@ -79,5 +79,6 @@ Release on Brew goreleaser --snapshot --clean //it will create new snapshot git tag -a v1.0.0 -m "First release" && git push origin v1.0.0 goreleaser release --clean + brew tap erdemkosk/envolve ``` diff --git a/internal/config.go b/internal/config.go index aaa6cb2..78c434f 100644 --- a/internal/config.go +++ b/internal/config.go @@ -2,7 +2,7 @@ package config import "github.com/gdamore/tcell/v2" -const HOME_FOLDER = ".envolve-go" +const HOME_FOLDER = ".envolve" const DEFAULT_EDITOR = "nano" var EXCLUDED_FILES = []string{".DS_Store"}