diff --git a/README.md b/README.md index c332870..6bcaeb7 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ Example here with npm scripts in a package.json } ``` +This example is used in a project setting (has a package.json). Should always install locally `npm install -D dotenv-cli` + ### Debugging You can add the `--debug` flag to output the `.env` files that would be processed and exit. diff --git a/package.json b/package.json index 3ad9bff..69a5019 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ }, "license": "MIT", "main": "index.js", - "preferGlobal": true, "repository": "entropitor/dotenv-cli", "scripts": { "lint": "standard"