Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 19, 2024
1 parent db84160 commit e8adfae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ or install globally - *unlocks dotenv for any language, framework, or platform!*

<details><summary>with brew 🍺</summary><br>

&nbsp;

```sh
brew install dotenvx/brew/dotenvx
dotenvx help
Expand All @@ -45,8 +43,6 @@ dotenvx help

<details><summary>with curl 🌐 </summary><br>

&nbsp;

```sh
curl -sfS https://dotenvx.sh | sh
dotenvx help
Expand All @@ -63,8 +59,6 @@ dotenvx help

<details><summary>with docker 🐳</summary><br>

&nbsp;

```sh
docker run -it --rm -v $(pwd):/app dotenv/dotenvx help
```
Expand All @@ -77,8 +71,6 @@ docker run -it --rm -v $(pwd):/app dotenv/dotenvx help

<details><summary>or with github releases 🐙</summary><br>

&nbsp;

```sh
curl -L -o dotenvx.tar.gz "https://github.com/dotenvx/dotenvx/releases/latest/download/dotenvx-$(uname -s)-$(uname -m).tar.gz"
tar -xzf dotenvx.tar.gz
Expand Down

0 comments on commit e8adfae

Please sign in to comment.