Add notes and steps to close Firefox
authorPedro de Carvalho <p@43.lc>
Wed, 6 Feb 2019 17:36:32 +0000 (17:36 +0000)
committerGitHub <noreply@github.com>
Wed, 6 Feb 2019 17:36:32 +0000 (17:36 +0000)
Specify that Firefox must be closed during the whole process, as it modifies its database.

README.md

index 1c2eee471663b800181f4656bd947ef145c29c17..243a69f4e889092d9b9f45b87ecfa6c0bc01c81f 100644 (file)
--- 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
 ```