From 190cb61a50feb588d706498872deff2ac7088f8f Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 10 Mar 2024 00:51:45 -0800 Subject: [PATCH] docs: change npm reference to pnpm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36b0fbc..ae2067e 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ to get the development build up and running. may be slightly inconsistent behavior in dev mode versus production mode. 5. To create a production binary, run `pnpm run tauri build`. Tauri -6. To create a production binary, run `npm run tauri build`. Tauri +6. To create a production binary, run `pnpm run tauri build`. Tauri cross-compilation is still in beta, so you should generally try to build targeting the same OS you're currently running. Check [the Tauri docs](https://tauri.app/v1/guides/building/) for more information.