From 68f2456058b1a50d3e6b18d90919b7c2b526950f Mon Sep 17 00:00:00 2001 From: yanvoi Date: Sun, 26 May 2024 17:03:59 +0200 Subject: [PATCH] add some instructions to readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 6c40533..69f3668 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,21 @@ The passwords are stored encrypted in sqlite3 database and are decrypted only wh - change the master password, which will re-encrypt all passwords in the database so I can access them with the new master password - exit the program +## To build the project run: +```bash +stack build +``` + +## To run the project run: +```bash +stack exec HasswordManager-exe +``` + +## To run the tests run: +```bash +stack test +``` + ## Authors: - Jan Wojciechowski - Sebastian Jerzykiewicz