Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Nov 19, 2023
1 parent 8b59541 commit 2c93939
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,15 @@ brew install dotenv-org/brew/dotenv

### Other Ways to Install

1. After `brew` installing globally with [`npm`](https://www.npmjs.com/package/@dotenv/dotenv) is easiest:
1. After `brew`, installing globally using [`npm`](https://www.npmjs.com/package/@dotenv/dotenv) is easiest:

```sh
npm install @dotenv/dotenv --global
```

Or use [`npx`](https://docs.npmjs.com/cli/v8/commands/npx):

```sh
npx dotenv --help
```

2. dotenv is a standalone binary, so (if you want) you can just download it directly:

```sh
```bash
# download it to `./dotenv`
curl -Lo ./dotenv --compressed -f --proto '=https' https://github.com/dotenv-org/dotenv/releases/latest/download/dotenv-$(uname)-$(uname -m).tar.gz

Expand Down

0 comments on commit 2c93939

Please sign in to comment.