Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 14, 2024
1 parent e675fea commit 9153c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
# | ``` |
Expand Down

0 comments on commit 9153c16

Please sign in to comment.