Skip to content

Commit

Permalink
Merge d46e060 into ad86907
Browse files Browse the repository at this point in the history
  • Loading branch information
yTakkar committed Mar 13, 2018
2 parents ad86907 + d46e060 commit b61b5f1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ Dotenv is a zero-dependency module that loads environment variables from a `.env
## Install

```bash
npm install dotenv --save
# with npm
npm install dotenv

# or with Yarn
yarn add dotenv
```

## Usage
Expand Down Expand Up @@ -255,3 +259,4 @@ Here's some projects that expand on dotenv. Check them out.
* [lookenv](https://github.com/RodrigoEspinosa/lookenv)
* [run.env](https://www.npmjs.com/package/run.env)
* [dotenv-webpack](https://github.com/mrsteele/dotenv-webpack)
* [Handy-Browser-Env](https://github.com/yTakkar/Handy-Browser-Env)

0 comments on commit b61b5f1

Please sign in to comment.