We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-useb
1 parent 2b3fb3a commit b0860a1Copy full SHA for b0860a1
src/theme/Command.js
@@ -29,7 +29,7 @@ export const CreateTauriApp = () => {
29
</TabItem>
30
<TabItem value="PowerShell">
31
<CodeBlock className={`language-powershell`}>
32
- iwr https://create.tauri.app/ps | iex
+ iwr -useb https://create.tauri.app/ps | iex
33
</CodeBlock>
34
35
<TabItem value="Cargo">
0 commit comments