-
Notifications
You must be signed in to change notification settings - Fork 587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a .env_sample file, update gitignore, update README.md #599
Conversation
README.md
Outdated
### Initial Setup | ||
|
||
```bash | ||
cp .env_sample .env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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='' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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