diff --git a/README.md b/README.md
index 3c08f5cfebdcba37c6c94ce708137e15609a55bf..561d6276f44585222e653e00cd73bcf5cac9be62 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
+