diff --git a/README.md b/README.md
index e69de29..1ea926b 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,146 @@
+[![LinkedIn][linkedin-shield]][linkedin-url]
+
+
+
+
+
+
+
+
+
+
+
S-Crop
+
+
+ Snipping tool with OCR feature - Built with Electron.
+
+ Download the desktop application now »
+
+
+ Report Bug
+ ·
+ Request Feature
+
+
+
+
+
+
+
+ Table of Contents
+
+ -
+ About The Project
+
+
+ -
+ Getting Started
+
+ - Working with code
+ - Installation & Usage
+
+
+ - Contact
+ - Acknowledgements
+
+
+
+
+
+
+## About The Project
+
+[![Product Name Screen Shot][product-screenshot]](https://example.com)
+
+Tired of making a doc or taking notes?
+S-Crop all-in-one snipping tool with OCR feature. Easily invoke using keyboard shortcuts. Select and copy the desired area of the screen easily to your clipboard. Also, extract the text from the selected area. Everything is copied to your clipboard. Make docs in a hassle free process.
+
+Here's why:
+* Handling images while making a doc is difficult.
+* Each time you need to take a screenshot, insert it into the doc and crop the desired area.
+* So, S-Crop simplifies the task by simply copying the desired area to your clipboard
+
+### Built With
+
+* [Electron](https://www.electronjs.org/)
+* [JCrop](https://jcrop.com/)
+* [Tesseract.js](https://tesseract.projectnaptha.com/)
+* [NodeJs](https://nodejs.org/en/)
+* [Electron-Builder](https://www.electron.build/)
+
+
+
+
+## Getting Started
+
+[Download the desktop setup from here >>](https://github.com/maheshmb13/S-Crop/releases/)
+
+### To use the code:
+
+* Install the node modules using yarn command
+ ```sh
+ yarn
+ ```
+* To initiate the development process
+ ```sh
+ yarn start
+ ```
+* To distribute the application using electron-build
+ ```sh
+ yarn add electron-prebuilt-compile@1.7.9 --dev
+
+ yarn distribute
+ ```
+
+
+### Installation & Usage
+
+1. Download the desktop application setup [here](https://github.com/maheshmb13/S-Crop/releases/)
+2. Change the directory. Do not use default C directory to install the application, as this may lead to permission issues. Use D:/ or E:/ directories. Create a folder named S-Crop in any one of directory. Give this path during installation.
+3. Install the application and you are all set.
+4. There are currently two features:
+ SNIP
+ Crop the desired area of the screen and copy it to the clipboard.
+
+ OCR
+ Extract text from the desired area of the screen and copy it to the clipboard.
+
+ • Select the desired rectangle. The result will be copied to the clipboard.
+
+ Keyboard Shorcuts:
+ ```Keyboard shortcuts
+ SNIP: CTRL+ALT+I
+ OCR: CTRL+ALT+O
+ Close the current cropping window: Press Esc
+ ```
+
+
+
+## Contact
+
+[Linkedin](https://linkedin.com/in/maheshmb13) - (https://linkedin.com/in/maheshmb13)
+
+Project Link: [https://github.com/maheshmb13/S-Crop](https://github.com/maheshmb13/S-Crop)
+
+
+
+
+## Acknowledgements
+* [JCrop](https://jcrop.com/)
+* [Electron](https://www.electronjs.org/)
+* [Tesseract.js](https://tesseract.projectnaptha.com/)
+* [Nodejs](https://nodejs.org/en/)
+* [Electron-Builder](https://www.electron.build/)
+* [Readme Template](https://github.com/othneildrew/Best-README-Template)
+
+
+
+
+
+
+
+[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
+[linkedin-url]: https://linkedin.com/in/maheshmb13
+[product-screenshot]: images/screenshot.png