mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-18 23:22:05 +00:00
readme: fix typo
This commit is contained in:
parent
0d7b24dae2
commit
3d5eced959
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue