From 8065604cba87a1dff2db8a4267f4b64185f7a24f Mon Sep 17 00:00:00 2001 From: Daryl Fritz Date: Tue, 8 Feb 2022 21:20:42 +0000 Subject: [PATCH] Update README to address #50 This incorporates discussion in Issue #50 where many users have encountered an error. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4351765..7e5821d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ First thing to do is get your account cookies. This can be done by getting a browser extension that lets you see or export your cookies. - **Method 1 (recommended)** - - Get the value of the cookie called `_simpleauth_sess` and pass that value using `-s "COOKIE_VALUE"` + - Get the value of the cookie called `_simpleauth_sess` and pass that value using `-s 'COOKIE_VALUE'` + - Note: The quotes in the cookie value are part of the value, you might need to wrap the entire value (including double quotes) in single quotes. - **Method 2** - Export the cookies in the Netscape format using an extension.