Skip to content

Commit 7bf1e90

Browse files
committed
Use release build in installation instructions
1 parent e65ba34 commit 7bf1e90

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)