Skip to content

Commit

Permalink
latest install.sh usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 14, 2024
1 parent 83d13a6 commit 5f0ba11
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,22 @@ INSTALL_SCRIPT_URL="https://dotenvx.sh/install.sh"
# | ./install.sh |
# | ``` |
# | |
# | more install examples: |
# | |
# | ```sh |
# | # curl examples |
# | curl -fsS https://dotenvx.sh/install.sh | sudo sh |
# | curl -fsS https://dotenvx.sh/install.sh | sh -s -- --directory=. |
# | curl -fsS https://dotenvx.sh/install.sh | sh -s -- --version=0.44.0 |
# | curl -fsS https://dotenvx.sh/install.sh | sh -s -- --directory=/custom/path --version=0.44.0 |
# | |
# | # self-executing examples |
# | ./install.sh --directory=. |
# | ./install.sh --version=0.44.0 |
# | ./install.sh --directory=/custom/path --version=0.44.0 |
# | ./install.sh --help |
# | ``` |
# | |
# | ## Usage |
# | |
# | ```sh |
Expand Down

0 comments on commit 5f0ba11

Please sign in to comment.