Skip to content

Commit

Permalink
docs: Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
arpandaze committed Jan 28, 2023
1 parent 6fa0aca commit 26268f8
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<p align="center">
# TMS Captcha Solver
</p>
Extension for chromium based browsers to solve and autofill captchas on NEPSE TMS sites.
<h1 align="center">
TMS Captcha Solver
</h1>
<p align="center"> Extension for chromium based browsers to solve and autofill captchas on NEPSE TMS sites. </p>
<h2 align="center">
Demo
</h2>
<p align="center"><img src="https://user-images.githubusercontent.com/46302068/215273678-4ba5f4fc-01b5-4ab6-bad9-429388e4d366.gif" width="400"/></p>

# Installation
Step 1: Download `tms-captcha_*.zip` from release page.
Step 2: Enable developer mode in chromium based browser.<br/>
Step 3: Drag and drop the zip in extensions page.<br/>
* Download `TMSCaptcha_v*.zip` from releases page.
* Go to `chrome://extensions/` in your browser and enable developer mode.<br/>
* Drag and drop the zip in extensions page.<br/>

# Building:
Step 1: Clone<br/>
Step 2: `yarn install`<br/>
Step 3: `yarn build`<br/>
* Clone the repository!<br/>
* Install the dependencies with: `yarn install`<br/>
* Build with: `yarn build`<br/>

0 comments on commit 26268f8

Please sign in to comment.