Skip to content

Commit

Permalink
docs: add some 2fa language (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta authored Jul 20, 2022
1 parent 06ee0b1 commit dbd6930
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbd6930

Please sign in to comment.