Skip to content

Commit 34cdd21

Browse files
committed
update installation instructions
1 parent 68a8ad3 commit 34cdd21

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,16 @@ Adds video solutions, company tags, and GPT code analysis into each Leetcode pro
2020

2121
### Installation
2222

23-
You can install the extension directly from the [Chrome Web Store](https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe).
2423

25-
Alternatively, you can manually install the extension:
26-
27-
1. Download the latest version of the extension from the [releases](./build) directory as a zip file.
28-
2. Unzip the downloaded file into a directory.
29-
3. Open Google Chrome and navigate to chrome://extensions.
24+
1. Clone the repository
25+
2. ``` npm install ```
26+
3. Open Google Chrome and navigate to chrome://extensions in the search bar.
3027
4. Enable "Developer mode" (top right corner).
31-
5. Click on "Load unpacked" and navigate to the unzipped extension directory, then click "Select".
28+
5. Click on "Load unpacked" and navigate to the extension directory, then click "Select".
3229
6. Pin the extension. You should now see the extension icon next to the address bar.
3330

31+
Now you can test the latest dev version and contribute new features!
32+
3433
### Screenshots
3534

3635
![Add Video](src/assets/images/screenshots/add-video.png)

0 commit comments

Comments
 (0)