Skip to content

Commit 7a5f656

Browse files
fix(publishing): update cargo install command
1 parent 13e2eb1 commit 7a5f656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/development/publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cargo tauri-bundler -v
2525
If you do not see a version number being reported, then you must install the bundler:
2626

2727
```sh
28-
$ cargo install tauri-bundler --force
28+
cargo install tauri-bundler
2929
```
3030

3131
<Alert title="Note">

0 commit comments

Comments
 (0)