Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Dec 3, 2017
1 parent 250be4e commit 7158e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Dotenv is a zero-dependency module that loads environment variables from a `.env

**Note:** Java does not provide a way to set environment variables on a currently running process. Thus, once `java-dotenv` is configured, you can use the `dotenv.get("...")` API to get environment variables, instead of `System.getenv(...)`.

`dotenv` should be used to retrieve all environment variables. Those listed in `.env` will override those in the the environment.
## Install

### Maven
Expand Down

0 comments on commit 7158e18

Please sign in to comment.