diff --git a/README.md b/README.md index 385e38c..bb63165 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ e2e/ Playwright specs **Logo source of truth:** `src/assets/pengine-logo.png`. Regenerate everything from it after you change the artwork: ```bash -npm run generate:logos +bun run generate:logos ``` This writes `public/favicon-32.png`, `public/pengine-logo-64.png`, `public/pengine-logo-128.png`, and runs `tauri icon`, which fills `src-tauri/icons/` (desktop bundle assets plus `icons/ios/` and `icons/android/`). Web resizing uses macOS `sips` or ImageMagick `magick` if `sips` is unavailable. @@ -75,8 +75,6 @@ bun install bun run dev ``` -`npm install` / `npm run dev` work as well if you prefer npm. - ### Tauri (optional) ```bash