From 27205063f2d1de1f69de1fe13165427b445c869d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 16 May 2023 02:34:47 +0200 Subject: [PATCH] be sure to have the password between quotes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e29a8e0..b44065a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ services: container_name: Pusk environment: - TWITTER_USERNAME=yourusername # not your mail - - TWITTER_PASSWORD=yourpassword + - TWITTER_PASSWORD="yourpassword" - TWITTER_TOTP=yourseed # optional if you don't have 2fa - PUSK_DEBUG=FALSE # optional restart: unless-stopped