Skip to content

Commit

Permalink
[v2] add create-tauri-app command for bun (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreira-tb authored May 9, 2024
1 parent 18a7e61 commit c762744
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/content/docs/_fragments/cta.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ yarn create tauri-app --beta
pnpm create tauri-app --beta
```
</TabItem>
<TabItem label="bun">
```sh
bun create tauri-app --beta
```
</TabItem>
<TabItem label="Cargo">
```sh
cargo install create-tauri-app
Expand Down

0 comments on commit c762744

Please sign in to comment.