Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Feb 18, 2018
1 parent 2ed9582 commit e42b6fe
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,27 @@ dotenv["HOME"]

**Note and reference**: The FAQs present on [motdotla's dotenv](https://github.com/motdotla/dotenv#faq) node project page are so well done that I've included those that are relevant in the FAQs above.

## Contributors
Contributions are welcome!

Build the project

```shell
mvn build
```

Run the Tests

```shell
mvn test
```

Package

```shell
mvn clean package dokka:javadocJar
```

## License

[Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
Expand Down

0 comments on commit e42b6fe

Please sign in to comment.