diff --git a/README.md b/README.md index 99beaf4..649565a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ -

-# TMS Captcha Solver -

-Extension for chromium based browsers to solve and autofill captchas on NEPSE TMS sites. +

+TMS Captcha Solver +

+

Extension for chromium based browsers to solve and autofill captchas on NEPSE TMS sites.

+

+Demo +

+

# Installation -Step 1: Download `tms-captcha_*.zip` from release page. -Step 2: Enable developer mode in chromium based browser.
-Step 3: Drag and drop the zip in extensions page.
+* Download `TMSCaptcha_v*.zip` from releases page. +* Go to `chrome://extensions/` in your browser and enable developer mode.
+* Drag and drop the zip in extensions page.
# Building: -Step 1: Clone
-Step 2: `yarn install`
-Step 3: `yarn build`
+* Clone the repository!
+* Install the dependencies with: `yarn install`
+* Build with: `yarn build`