From 8bed4802ded1a0522cbbb90c3144234d91f4590a Mon Sep 17 00:00:00 2001 From: dgmt Date: Tue, 1 Dec 2015 11:39:10 +0100 Subject: [PATCH] Fixed main README.md to include USER environment variable, needed by some scripts --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bfda095..a5f0950 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,16 @@ Pull requests with other implementations (Python, Perl, Shell, etc) are welcome. You need these environment variables: ```sh +# used in `smack-my-bitch-up`, `fucking-coffee` and `hangover` scripts +USER= + # used in `smack-my-bitch-up` and `hangover` scripts -TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -TWILIO_AUTH_TOKEN=yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy +TWILIO_ACCOUNT_SID= +TWILIO_AUTH_TOKEN= # used in `kumar_asshole` script -GMAIL_USERNAME=admin@example.org -GMAIL_PASSWORD=password +GMAIL_USERNAME= +GMAIL_PASSWORD= ``` For Ruby scripts you need to install gems: