Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit ffcc690

Browse files
authored
docs: updated readme
1 parent fb4889c commit ffcc690

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,27 @@ This chrome extension aims to enable developers to find a better query when writ
5555

5656
## Installation
5757

58-
For now this is a manual install, will be on the chrome store soon.
58+
This will be in the chrome store soon.
59+
60+
### For now
61+
62+
1. Download a release from the releases page.
63+
2. Unzip the file
64+
3. make sure developer mode is on
65+
66+
4. Click "Load Unpacked"
67+
68+
5. Browse to '/path/to/where/you/unzipped
69+
70+
6. click select
71+
72+
### From source:
5973

6074
0. clone this repo
6175

6276
```bash
6377
npm i
64-
npm run build
78+
npm run build:chrome:dev
6579
```
6680

6781
1. in chrome navigate to chrome://extensions
@@ -70,7 +84,7 @@ npm run build
7084

7185
3. Click "Load Unpacked"
7286

73-
4. Browse to '/path/to/where/you/cloned'
87+
4. Browse to '/path/to/where/you/cloned/chrome/build/unpacked'
7488

7589
5. click select
7690

0 commit comments

Comments
 (0)