From dbd693091e8b6391e048e6a7b2bf501379955b4a Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Wed, 20 Jul 2022 15:44:04 -0500 Subject: [PATCH] docs: add some 2fa language (#537) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 193017760..3aaa7ead6 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ For local CLI usage with a single project, you can authenticate `rdme` to your R rdme login ``` +If you have [two-factor authentication (2FA)](https://docs.readme.com/docs/two-factor-authentication) enabled on your account, you'll need to pass in the `--2fa` option: + +```sh +rdme login --2fa +``` + `rdme whoami` is also available to you to determine who you are logged in as, and to what project, as well as `rdme logout` for logging out of that account. ## Usage