Skip to content

Commit

Permalink
added source command
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Bernier authored Oct 31, 2017
1 parent b9ddb85 commit f9b4ac4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ cp .env_sample .env
```
2. Edit the new `.env` to add your API key
3. Source the `.env` file to set rhe variable in the current session
```bash
source .env
```

## Install Package

Expand Down Expand Up @@ -231,4 +234,4 @@ sendgrid-java is guided and supported by the SendGrid [Developer Experience Team
sendgrid-java is maintained and funded by SendGrid, Inc. The names and logos for sendgrid-java are trademarks of SendGrid, Inc.

# License
[The MIT License (MIT)](LICENSE.txt)
[The MIT License (MIT)](LICENSE.txt)

0 comments on commit f9b4ac4

Please sign in to comment.