diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ccbdcd3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# Sample Chat App
+
+I made a simple chat app writen in `express` and `socket.io`
+
+# Installation
+
+Click on the `code` button, then click on the `Download ZIP`
+
+Extract the folder
+
+Open CMD or Terminal Of Your Choice
+
+Type the following commands **in the project folder**
+
+```
+$ npm install
+$ node express.js
+```