From 68c65639d3297d64bb41cb4d30b7e66dd142ed92 Mon Sep 17 00:00:00 2001
From: Jaeho Choi <70590609+Maokami@users.noreply.github.com>
Date: Sun, 21 Apr 2024 14:50:50 +0900
Subject: [PATCH] Update README.md
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 18a530c..0df564b 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,12 @@
The goal of this project is to test the FHE (Fully Homomorphic Encryption) libraries.
-## Installation Guide
+## Overall structure
+
+
+> created by [@hyerinshelly](https://github.com/hyerinshelly).
+## Installation Guide
Our tool is written in Scala3, so you need to install the Scala3 compiler and build tools.
You can find the installation instructions [here](https://docs.scala-lang.org/getting-started/index.html).
@@ -52,4 +56,4 @@ $ fhetest help
# Usage: fhetest [options]
# Commands:
# ...
-```
\ No newline at end of file
+```