From 91403bfdd99fc661d5ab717b19c601733caca978 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Tue, 5 Apr 2022 19:38:13 +0200 Subject: [PATCH] added clone warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ed932e9..dc116cd 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This project is made 'like a library', so compiling is useless... :) ## Using in Your projects +! DO NOT CLONE THIS REPOSITORY, USE [RELEASES](https://github.com/ENDev-WHY2/WHY2-Encryption-System/releases) INSTEAD > releases, that have `(C)` in the name < ! + To **encrypt** text, use function `encryptText()` from file `include/encrypter.h`. To **decrypt** text, use function `decryptText()` from file `include/decrypter.h`.