From: Pedro de Carvalho Date: Wed, 6 Feb 2019 17:36:32 +0000 (+0000) Subject: Add notes and steps to close Firefox X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=dde2b76589779e9885fc611d9bfbdb56a781ae27;p=gamesguru%2Fffpass.git Add notes and steps to close Firefox Specify that Firefox must be closed during the whole process, as it modifies its database. --- diff --git a/README.md b/README.md index 1c2eee4..243a69f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ pip install ffpass - Export to CSV - Import from CSV compatible with Google Chrome + +> Note: Firefox must be closed during the whole process, as these actions change its database. + ## Export to CSV ``` bash @@ -90,6 +93,8 @@ By default, it works with the passwords exported from Google Chrome. ### Import in Firefox +1. Stop Firefox +2. Import into Firefox: ``` bash ffpass import --from passwords.csv ``` @@ -101,6 +106,8 @@ Restart Firefox, making sure it didn't leave any process still open. ### Export from Firefox +1. Stop Firefox +2. Export from Firefox: ``` bash ffpass export --to passwords.csv ```