docs: change npm reference to pnpm
This commit is contained in:
parent
395096742a
commit
190cb61a50
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ to get the development build up and running.
|
||||||
may be slightly inconsistent behavior in dev mode versus production mode.
|
may be slightly inconsistent behavior in dev mode versus production mode.
|
||||||
5. To create a production binary, run `pnpm run tauri build`. Tauri
|
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
|
cross-compilation is still in beta, so you should generally try to build
|
||||||
targeting the same OS you're currently running. Check
|
targeting the same OS you're currently running. Check
|
||||||
[the Tauri docs](https://tauri.app/v1/guides/building/) for more information.
|
[the Tauri docs](https://tauri.app/v1/guides/building/) for more information.
|
||||||
|
|
Loading…
Reference in a new issue