Change steamguard-cli command to steamguard in example (#189)

A very minor pull request for a small (I believe) mistake in the
`README.md`. The command for generating and copying a new code to the
clipboard used `steamguard-cli` as command which took me a bit off guard
and made me question if I installed steamguard-cli correctly.

This PR changes it to `steamguard`.
This commit is contained in:
Jonas Süskind 2023-03-22 20:10:46 +01:00 committed by GitHub
parent b277e53099
commit bf553ba251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ steamguard --help
Generate and copy a new code to clipboard: Generate and copy a new code to clipboard:
```bash ```bash
steamguard-cli | xclip -selection clipboard steamguard | xclip -selection clipboard
``` ```
## Importing 2FA Secret Into Other Applications ## Importing 2FA Secret Into Other Applications