Update README.md

pull/77/head
Rui Coelho 1 year ago
parent 234b8e97c4
commit b0792f1cff
No known key found for this signature in database
GPG Key ID: 6AFF33C32F7DB31B
  1. 13
      README.md

@ -69,6 +69,19 @@ If you want to use [Pass](https://www.passwordstore.org/) you can execute the fo
gpg --batch --passphrase '' --quick-gen-key USER_ID default default gpg --batch --passphrase '' --quick-gen-key USER_ID default default
``` ```
Get key:
```bash
gpg2 --list-secret-keys --keyid-format LONG
sec 4096R/AAAA2222CCCC4444 2021-03-18 [expires: 2023-03-18] uid John Doe <jdoe@example.com>
```
Init pass:
```bash
pass init 'AAAA2222CCCC4444'
```
Execute: Execute:
```bash ```bash

Loading…
Cancel
Save