Skip to content

Commit

Permalink
fixed md part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
martholomew committed Nov 27, 2024
1 parent 5b1a78f commit e8acb92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/npm-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Scripts can be executed by running `npm run <name>`.

- `build:serve:firefox-android`

> [!IMPORTANT] > `adb` and `web-ext` are required to be installed on your computer for this command to work!
> `adb` and `web-ext` are required to be installed on your computer for this command to work!
Builds for Firefox and then uses `web-ext` to serve the extension through `adb` to Firefox for Android. Prepend the environment variables WEB_EXT_TARGET and WEB_EXT_ADB_DEVICE for the command to succeed (example: `WEB_EXT_TARGET="firefox-android" WEB_EXT_ADB_DEVICE="emulator-5554" npm run build:serve:firefox-android`). WEB_EXT_TARGET will be "firefox-android" for vanilla Firefox, and you can find the value for WEB_EXT_ADB_DEVICE by running the command `adb devices`.

Expand All @@ -24,7 +24,7 @@ Scripts can be executed by running `npm run <name>`.

- `build:serve:kiwi-browser`

> [!IMPORTANT] > `adb` is required to be installed on your computer for this command to work!
> `adb` is required to be installed on your computer for this command to work!
Builds for Chromium and then uses `adb` to `push` the built zip file over to `/sdcard/yomitan`. You can then open up Kiwi Browser on the target phone and install the extension through that zip file.

Expand Down

0 comments on commit e8acb92

Please sign in to comment.