Skip to content

Commit

Permalink
feat: add bun command
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreira-tb committed May 9, 2024
1 parent 7b72b46 commit 5a8841b
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 5a8841b

Please sign in to comment.