File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ 1 . Clone the repo
4+ 2 . ` npm install `
5+ 3 . ` npm start `
6+ 4 . Visit ` chrome://extensions `
7+ 5 . Enable ` Developer mode ` via toggle switch in upper right corner
8+ 6 . Click ` Load unpacked ` button in upper left corner
9+ 7 . Select the ` dist ` directory
Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ Testing Library Extension for Chrome DevTools Recorder
44
55## Installation
66
7- 1 . Clone the repo
8- 2 . ` npm install `
9- 3 . ` npm run build `
10- 4 . Visit ` chrome://extensions `
11- 5 . Enable ` Developer mode ` via toggle switch in upper right corner
12- 6 . Click ` Load unpacked ` button in upper left corner
13- 7 . Select the ` dist ` directory
7+ 1 . Download and unzip the [ latest release] ( https://github.com/nickmccurdy/testing-library-recorder-extension/releases/latest )
8+ 2 . Visit ` chrome://extensions `
9+ 3 . Enable ` Developer mode ` via toggle switch in upper right corner
10+ 4 . Click ` Load unpacked ` button in upper left corner
11+ 5 . Select the ` Testing Library Recorder ` directory
1412
1513## Usage
1614
You can’t perform that action at this time.
0 commit comments