Skip to content

Commit b0860a1

Browse files
authored
chore: add -useb for the powershell command (tauri-apps#857)
1 parent 2b3fb3a commit b0860a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/Command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const CreateTauriApp = () => {
2929
</TabItem>
3030
<TabItem value="PowerShell">
3131
<CodeBlock className={`language-powershell`}>
32-
iwr https://create.tauri.app/ps | iex
32+
iwr -useb https://create.tauri.app/ps | iex
3333
</CodeBlock>
3434
</TabItem>
3535
<TabItem value="Cargo">

0 commit comments

Comments
 (0)