Add a .env_sample file, update gitignore, update README.md#599
Add a .env_sample file, update gitignore, update README.md#599mbernier merged 4 commits intosendgrid:masterfrom
Conversation
README.md
Outdated
| ### Initial Setup | ||
|
|
||
| ```bash | ||
| cp .env_sample .env |
There was a problem hiding this comment.
I think this should be COPY as it is possible the user is in a windows terminal.
README.md
Outdated
| Update the development environment with your [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys), for example: | ||
|
|
||
| ```bash | ||
| echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env |
There was a problem hiding this comment.
Can you please update for importing environment variables in windows?
https://stackoverflow.com/questions/185208/how-do-i-get-and-set-environment-variables-in-c
|
Two requests and if you can please sign the CLA, as well. Thank you @thepriefy - you've totally kicked ass this #hacktoberfest! |
.env_sample
Outdated
| @@ -0,0 +1 @@ | |||
| export SENDGRID_API_KEY='' No newline at end of file | |||
There was a problem hiding this comment.
please remove export, per sendgrid/smtpapi-php#58
update how to set Environment variables in C#
|
@mbernier I've done editing but I'm not sure whether it is what you want or not. If you have any change you want or other suggestion, you can tell me and I'll fix it asap. :) |
|
Well done! |
|
Hello @thepriefy, |
issue #597