Skip to content

Commit

Permalink
docs: temporarily use @next for tauri in qwik guide (#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz authored Sep 20, 2024
1 parent cf69181 commit 9fee98f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/start/frontend/qwik.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ This guide will walk you through creating your Tauri app using the Qwik web fram
1. ##### Add the Tauri CLI to your project

<CommandTabs
npm="npm install -D @tauri-apps/cli"
yarn="yarn add -D @tauri-apps/cli"
pnpm="pnpm add -D @tauri-apps/cli"
npm="npm install -D @tauri-apps/cli@next"
yarn="yarn add -D @tauri-apps/cli@next"
pnpm="pnpm add -D @tauri-apps/cli@next"
/>

1. ##### Initiate a new Tauri project
Expand Down

0 comments on commit 9fee98f

Please sign in to comment.