Update pass to remove incorrect command

This commit is contained in:
2025-03-01 09:38:16 +00:00
parent 0c2eff3f20
commit 36b8ff2bd1
2 changed files with 6 additions and 9 deletions

View File

@@ -33,10 +33,7 @@ pass init email@example.com
#### Import an Existing Password Set
```Shell
pass import <path_to_csv> # Import decrypted passwords
gpg --decrypt passwords.pgp | pass import # Decrypt pass export file
```
Download and run the appropriate [official migration script](https://git.zx2c4.com/password-store/tree/contrib/importers/).
#### Clone a `password-store` Repository