From ff618862b7f28b803308db7c792031623241ec6d Mon Sep 17 00:00:00 2001 From: TitanE Date: Thu, 18 Jan 2024 13:18:20 +0300 Subject: [PATCH] New line for installation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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`