Skip to content

Commit 8e48e65

Browse files
committed
update README
update README following changes in 9d5d7c3
1 parent 9d5d7c3 commit 8e48e65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you find problems with the file format (in particular security related issues
66

77
## Requirements
88

9-
- [Python 3.7](https://www.python.org/downloads/)
9+
- [Python 3.11](https://www.python.org/downloads/)
1010
- [pipenv](https://github.com/pypa/pipenv)
1111
- An encrypted OTP Auth backup/account file
1212

@@ -29,12 +29,12 @@ pipenv install
2929

3030
```
3131
# Decrypt a full backup file
32-
pipenv run python decrypt_otpauth.py decrypt_backup --encrypted-otpauth-backup <path to your OTP Auth backup>
32+
pipenv run python decrypt_otpauth.py decrypt-backup --encrypted-otpauth-backup <path to your OTP Auth backup>
3333
```
3434

3535
```
3636
# Decrypt a single account export
37-
pipenv run python decrypt_otpauth.py decrypt_account --encrypted-otpauth-account <path to your OTP Auth account>
37+
pipenv run python decrypt_otpauth.py decrypt-account --encrypted-otpauth-account <path to your OTP Auth account>
3838
```
3939

4040
## Demo

0 commit comments

Comments
 (0)