diff --git a/README.md b/README.md index fb80ec9..d5afa41 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,17 @@ Instead of asymmetric encryption with public and private keys, all that needs to 1. Open the Terminal (Linux/MacOS) or Command Prompt (Windows) 2. Clone the git repository + `git clone https://forge.sufyaan.me/TitanElectrons/keyvault.git` 3. Change the current working directory to the 'keyvault' directory + `cd keyvault/` 4. Install the dependencies + `pip install -r files/dependencies.txt` 5. Execute the Python script + `python3 keyvault.py`