From 6fe8b397a1e102ff699614697d736eda692c1dd9 Mon Sep 17 00:00:00 2001 From: Maxim Edogawa <118206726+maximedogawa@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:52:39 +0200 Subject: [PATCH] Replace npm commands with bun in README Updated commands in README to use 'bun' instead of 'npm'. Removed npm commands for clarity. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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