diff --git a/README.md b/README.md index d5afa41..1313dcd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Instead of asymmetric encryption with public and private keys, all that needs to `sqlite` >= v3 -### Linux/MacOS/Windows +### Linux/MacOS 1. Open the Terminal (Linux/MacOS) or Command Prompt (Windows) @@ -47,6 +47,12 @@ Instead of asymmetric encryption with public and private keys, all that needs to `pip install -r files/dependencies.txt` +> [!WARNING] +> If you are using Arch Linux, use this command instead: +> `yay -S python-sqlcipher3 python-password-strength python-pyotp python-tabulate-git && pip install --break-system-packages pysqlcipher3` +> This will not break your system. The AUR version of the `pysqlcipher3` module is not enough. + 5. Execute the Python script `python3 keyvault.py` + diff --git a/database/info.txt b/database/info.txt new file mode 100644 index 0000000..b1f63eb --- /dev/null +++ b/database/info.txt @@ -0,0 +1 @@ +The database file is supposed to be in this location.