diff --git a/README.md b/README.md
index 37af558..af1c4ae 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,36 @@
# PCiNooB
-An assignment
+It's a linux(ubuntu) terminal based computer application to generate computer hardware information and save those information to a text file.
-## A Fast Light Tool Kit(FLTK) GUI Program based simple application to generate and display computer hardware information
+## Tools
- FLTK Version: 1.3
- UI Used: FLUID (Fast Light User Interface Design)
-- Environment: Linux/Ubuntu/Zorin
+- Environment: Linux(Ubuntu)
- Programming Language used: C/C++
-### Overview
+## How to Run?
-
+As I already said it's a terminal based application, so you have to run it from linux terminal. Let's start-
+
+1. First of all, let's download the binary application using the following command line:
+
+```
+wget https://github.com/imShakil/PCiNooB/raw/master/PCiNooB
+```
+2. Give permission to run this file:
+
+```
+chmod +x PCiNooB
+```
+3. Finally, run the application as below:
+```
+./PCiNooB
+```
+
+That's all. It will run and save some hardware information to a external txt file.
+
+## Overview
+
+