diff --git a/README.md b/README.md index de0e90d..5567a8c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ GNU-PasswdManager is a simple password manager built using Python and Tkinter. It allows users to store, generate, and manage their passwords securely. The passwords are encrypted using the Fernet symmetric encryption method from the `cryptography` library. ## Download The Project. For Linux/MacOS/Windows 7/10/11 -https://gnu-passwdmanager.github.io/downloads/ -https://thehellishpandaa.github.io/GNU-PasswdManager2025/ +- https://gnu-passwdmanager.github.io/downloads/ +- https://thehellishpandaa.github.io/GNU-PasswdManager2025/ ## Fix bugs - The `users.json` file, which contains all the master passwords, is automatically generated with superuser permissions, that is, only the `sudo` user can read and write to the file, for that reason, the program .py, must be run with superuser permissions (sudo)