Skip to content

Commit 9361d02

Browse files
authored
Update README.md
1 parent 454b208 commit 9361d02

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@
33

44
This app only supports TOTP authentication for now.
55
All the encryption and storage code is a free python adaptation from the [Aegis Authenticator](https://github.com/beemdevelopment/Aegis) app encryption/storage part.
6+
7+
### Installation
8+
9+
If you are looking to install the program, go to the release page.
10+
11+
### Development
12+
13+
If you want to add features, or just run it in your own python environment, fell freee to clone the repository and setup your environment using the provided makefile.
14+
15+
The `make ui` command compiles the Qt `.ui` files into usable python files that are thus not provided. This command is necessary to run the program.

0 commit comments

Comments
 (0)