From 9153c16dc5ee7dbece1f8ed698a7dc3a5b711086 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Thu, 13 Jun 2024 17:34:16 -0700 Subject: [PATCH] update README --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index dc9c283..d50a23d 100755 --- a/install.sh +++ b/install.sh @@ -24,13 +24,13 @@ INSTALL_SCRIPT_URL="https://dotenvx.sh/install.sh" # | ## Install | # | | # | ```sh | -# | curl https://dotenvx.sh/install.sh | sh | +# | curl -fsS https://dotenvx.sh/install.sh | sh # | ``` | # | | # | or self-execute this file: | # | | # | ```sh | -# | curl https://dotenvx.sh/install.sh > install.sh | +# | curl -fsS https://dotenvx.sh/install.sh > install.sh | # | chmod +x install.sh | # | ./install.sh | # | ``` |