Updated README

This commit is contained in:
Maddox Werts 2024-09-09 06:32:24 -04:00
parent 7365bdd42f
commit 89ac7656cc

View file

@ -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! 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 ## 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. 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.