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