diff --git a/README.md b/README.md index dfa578f..5dba3e5 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,18 @@ In order to Install this application, all you'll need to do is go to the [Releas Launch the application, go through some basic setup options, and you're set for using the password manager! +## Migrating + +If you are moving from a previous password manager, just want a backup, or something else, we support Importing & Exporting passwords! + +Currently, we only accept **BitWarden JSON** exports. + +Simply drag your export into your Flipper Zero's SD card, open FlippyPass, Navigate to Archive, Import, Select the file and watch the magic happen! + ## Building +Currently, this project is developed using Docker, a fast container platform. I use docker as to not bloat my system with usless dependencies. + +Make sure you have Docker installed. + To build this project, just run `./scripts/docker.sh && ./scripts/build.sh` and you're all set! The *.fap* file will be placed in the *build/* directory. \ No newline at end of file