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 | # | ``` |