diff --git a/README.md b/README.md index 1ec8349..00c403e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A CLI tool for generating .env files from .env.template files via prompts and ra Using `curl`: ```sh - curl -sfL https://raw.githubusercontent.com/flexstack/envtpl/main/install.sh | sh + curl -sfL https://raw.githubusercontent.com/flexstack/envtpl/main/install | bash ``` Using `go install`: diff --git a/install.sh b/install similarity index 100% rename from install.sh rename to install