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

Commit dace4d1

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

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ This chrome extension aims to enable developers to find a better query when writ
5757

5858
This will be in the chrome store soon.
5959

60-
### For now
60+
### From github releases
6161

62-
1. Download a release from the releases page.
62+
1. Download a release from the [releases](https://github.com/testing-library/which-query/releases) page.
6363
2. Unzip the file
6464
3. make sure developer mode is on
6565

@@ -71,22 +71,24 @@ This will be in the chrome store soon.
7171

7272
### From source:
7373

74-
0. clone this repo
74+
1. clone & install:
7575

7676
```bash
77+
git clone [email protected]:testing-library/which-query.git
78+
cd which-query
7779
npm i
7880
npm run build:chrome:dev
7981
```
8082

81-
1. in chrome navigate to chrome://extensions
83+
2. in chrome navigate to chrome://extensions
8284

83-
2. make sure developer mode is on
85+
3. make sure developer mode is on
8486

85-
3. Click "Load Unpacked"
87+
4. Click "Load Unpacked"
8688

87-
4. Browse to '/path/to/where/you/cloned/chrome/build/unpacked'
89+
5. Browse to '/path/to/where/you/cloned/chrome/build/unpacked'
8890

89-
5. click select
91+
6. click select
9092

9193
## Usage
9294

0 commit comments

Comments
 (0)