From d1a7ebf085e8e4dbbb61beaed89e90e2384de567 Mon Sep 17 00:00:00 2001 From: Jared Lunde Date: Mon, 9 Sep 2024 13:01:59 -0700 Subject: [PATCH] docs: update readme --- README.md | 2 +- install.sh => install | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename install.sh => install (100%) 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