From bfb9c6f46b3102a803c13d320904ff7852ea9652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20=C5=A0mejkal?= Date: Wed, 6 Apr 2022 18:57:02 +0200 Subject: [PATCH] added configure.sh note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc116cd..28e10e7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ This project is made 'like a library', so compiling is useless... :) ! DO NOT CLONE THIS REPOSITORY, USE [RELEASES](https://github.com/ENDev-WHY2/WHY2-Encryption-System/releases) INSTEAD > releases, that have `(C)` in the name < ! +Run `configure.sh` and you'll be good to go. + To **encrypt** text, use function `encryptText()` from file `include/encrypter.h`. To **decrypt** text, use function `decryptText()` from file `include/decrypter.h`.