From bef910bce3d98a3692b6157d405bbf05b974003c Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Tue, 4 Feb 2025 14:25:31 +0100 Subject: [PATCH] Update readme for export with new git functionnality --- README.md | 7 +++++-- po/utpass.qrouland.pot | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 144b969..c7c42a5 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,13 @@ Assuming that there are already passwords in another device using [ZX2C4’s pas Export gpg private keys in order to decrypt passwords: ``` -gpg --output keys.gpg --export-secret-keys +gpg --output keys.gpg --export-secret-keys ``` -Export passwords, assuming they reside in *.password-store* folder: +If your password store is already hosted in a Git repository that provides HTTP or HTTP with authentication for cloning (we're working to have support for SSH soon), you can clone your password store directly from the app. +Otherwise, follow these steps to export it to a ZIP file for importing. + +Export passwords to a ZIP archive, assuming they reside in the *.password-store* folder: ``` zip passwords.zip -r .password-store/ ``` diff --git a/po/utpass.qrouland.pot b/po/utpass.qrouland.pot index b52dbba..1aa8931 100644 --- a/po/utpass.qrouland.pot +++ b/po/utpass.qrouland.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: utpass.qrouland\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-02-04 14:05+0100\n" +"POT-Creation-Date: 2025-02-04 14:14+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"