Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ To make these changes persist for every new terminal (on OS X), you can edit the

On Windows, the easiest way to set permanent environment variables (as of Windows 8) is using the `setx` command. Note that there is no `=`, just the key and value separated by a space:

setx TWILIO_ACCOUNT_SID 'ACXXXXXXXXX'
setx TWILIO_AUTH_TOKEN 'XXXXXXXXX'
setx TWILIO_PHONE_NUMBER '+16518675309'
setx TWILIO_ACCOUNT_SID ACXXXXXXXXX
setx TWILIO_AUTH_TOKEN XXXXXXXXX
setx TWILIO_PHONE_NUMBER +16518675309

NOTE: Close your CMD session and reopen it before running application!

## Running the application

Expand Down