From 92c5e979e37c4df220617c2ed7a0e411f74afe44 Mon Sep 17 00:00:00 2001
From: Ari Angga Nugraha <ari.angga@ui.ac.id>
Date: Mon, 4 Jan 2021 19:17:25 +0700
Subject: [PATCH] Update README.md

---
 README.md | 35 ++++++++++++++++++++++++++++++++++-
 1 file changed, 34 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a975782..56e0dbe 100755
--- a/README.md
+++ b/README.md
@@ -1 +1,34 @@
-# my-haskell-lambda
+# Finance Calculator - NVP Calculator Backend
+
+Developed by **Group 21**:
+- Ari Angga Nugraha (1806205086)
+- Aji Inisti Udma Wijaya (1806141126)
+- Ronaldi Tjaidianto (1806141441)
+- Muhamad Adhytia Wana Putra Rahmadhan (1806141321)
+
+# Clone this repository
+```
+git clone https://gitlab.cs.ui.ac.id/nugrahaa/pemfung2020-backend.git
+```
+
+# Build this project
+```
+cd pemfung2020-backend
+```
+
+After go to project folder, make it with command :
+
+```
+make
+```
+
+# Deploy to AWS Lambda
+Go to build folder
+```
+cd build
+```
+
+# Upload function.zip to your AWS Lambda
+Go to your AWS Lambda page and upload this zip file
+
+
-- 
GitLab