Skip to content

Commit

Permalink
Change in installation cmd (#288)
Browse files Browse the repository at this point in the history
* Change in installation command
  • Loading branch information
yTakkar authored and maxbeatty committed Mar 26, 2018
1 parent ad86907 commit 1945a05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
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

0 comments on commit 1945a05

Please sign in to comment.