Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz authored and frontendphil committed Dec 11, 2024
1 parent 2a672d9 commit a8a3f74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ To run a development version of the extension from a branch:

```bash
cd extension
yarn dev
pnpm i
pnpm dev
```

The build output is written to public/build.
The build output is written to extension/public/build.
The `dev` script will watch for changes and automatically rebuild.

To enable the extension in Chrome, follow these steps:
Expand Down

0 comments on commit a8a3f74

Please sign in to comment.