From 8ae5ac68f87b9182bdaac03d212b1af32da2521d Mon Sep 17 00:00:00 2001
From: yusufrahmatp <yusufrahmatp@gmail.com>
Date: Mon, 25 Feb 2019 16:13:50 +0700
Subject: [PATCH] Update README

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 3c08f5c..561d627 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,15 @@ Built for ITB-IF3111 class assignment.
 ## Display
 <p align="center"> <img src="photoshop_assets/login_page.png" alt="login_page" width="250"/>  <img src="photoshop_assets/bot_chatroom.png" alt="bot_chatroom" width="250"/> </p>  
 
+## How to Install
+1. Export  `ChatMan.apk` to an Android device.
+
+2. Install the apk
+
+3. (Optional) To enable push notification, start the backend server by executing at directory backend/
+```
+npm install && node app.js
+```
+
+4. Run the app
+
-- 
GitLab