You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,13 @@
3
3
4
4
This app only supports TOTP authentication for now.
5
5
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