Skip to content

Commit bea2a42

Browse files
authored
Update installation-scripts.mdx
1 parent c0f56ad commit bea2a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/installation-scripts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import CodeBlock from '@theme/CodeBlock';
2929
<TabItem value="windows" label="Windows">
3030
3131
- Paste the following lines in a terminal
32-
<CodeBlock language="powershell">{"powershell -ExecutionPolicy ByPass -c \"irm https://github.com/dora-rs/dorareleases/latest/download/dora-cli-installer.ps1 | iex\""}</CodeBlock>
32+
<CodeBlock language="powershell">{"powershell -ExecutionPolicy ByPass -c \"irm https://github.com/dora-rs/dora/releases/latest/download/dora-cli-installer.ps1 | iex\""}</CodeBlock>
3333
- If you use VSCode, make sure to restart VSCode for the change to happen.
3434
3535
</TabItem>

0 commit comments

Comments
 (0)