Update README.md
This commit is contained in:
parent
ddc457fe1e
commit
f8b88160bf
1 changed files with 2 additions and 4 deletions
|
@ -8,7 +8,7 @@ A Password Manager for the Flipper-Zero
|
||||||
|
|
||||||
## About this Project
|
## About this Project
|
||||||
|
|
||||||
This is a very simple Password Manager build in *Rust* for the Flipper Zero. The goal of this project is to allow anyone to use the flipper zero as their to go password manager!
|
This is a very simple Password Manager written in *C* for the Flipper Zero. The goal of this project is to allow anyone to use the flipper zero as their to go password manager!
|
||||||
|
|
||||||
This project was designed with simplicity and security in mind. All of your passwords **will** be safely encrypted and stored on your Flipper-Zero device.
|
This project was designed with simplicity and security in mind. All of your passwords **will** be safely encrypted and stored on your Flipper-Zero device.
|
||||||
|
|
||||||
|
@ -20,6 +20,4 @@ Launch the application, go through some basic setup options, and you're set for
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
I went ahead and made this project easy to build and get started on contributing to. Since the project was written in *Rust*, the code will be more cohearent all-around.
|
### To Be Determined
|
||||||
|
|
||||||
To build the project, make sure you have Docker installed. Run `./scripts/docker.sh` to build the *flipper-dev* Docker image. Next, just run `./scripts/build.sh` to have Rust compile an executable to the *build/* directory!
|
|
Loading…
Reference in a new issue