This repository was archived by the owner on Feb 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ This chrome extension aims to enable developers to find a better query when writ
5757
5858This 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.
63632 . Unzip the file
64643 . 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
7779npm i
7880npm 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
You can’t perform that action at this time.
0 commit comments