Skip to content

Commit

Permalink
Instruct users to also install dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
wwaaijer authored Nov 7, 2024
1 parent 6c314f9 commit d3e5341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ The names of the needed variables are read from `.env.example`, which should be
# Installation

```
npm install dotenv-safe
npm install dotenv-safe dotenv
```

```
pnpm install dotenv-safe
pnpm install dotenv-safe dotenv
```

```
yarn add dotenv-safe
yarn add dotenv-safe dotenv
```

# Example
Expand Down

0 comments on commit d3e5341

Please sign in to comment.