Skip to content

Commit

Permalink
generated quickstart guide says use npm even though project chose yarn (
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored Jun 14, 2024
1 parent 9e2ba51 commit d25eed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Get up and running the Web Extension

* Run `npm install`.
* Run `<%= pkgManager %> install`.
* Place breakpoints in `src/web/extension.ts`.
* Debug via F5 (Run Web Extension).
* Execute extension code via `F1 > Hello world`.
Expand Down

0 comments on commit d25eed7

Please sign in to comment.