readme: fix typo

This commit is contained in:
NoCrypt 2024-07-26 18:22:46 +07:00
parent 0d7b24dae2
commit 3d5eced959

View file

@ -56,7 +56,7 @@ Mobile users often have limited bandwidth or data quotas. Miru can consume up to
### Building for Android (capacitor)
- `cd capacitor`
- `pnpm install`
- Check what's missing: `pnpm exec capacitor doctor`
- Check what's missing: `pnpm exec cap doctor`
- Windows: `pnpm build:native-win` || Linux: `pnpm build:native`
- (optional) Generate Assets: `pnpm dlx @capacitor/assets generate --iconBackgroundColor #20a2ff --iconBackgroundColorDark #20a2ff --splashBackgroundColor #20a2ff --splashBackgroundColorDark #20a2ff --android` (built-in forked capacitor/assets from this project didnt work for me)
- `pnpm exec cap open android`