Changed setup script url
This commit is contained in:
parent
45f4ffc03a
commit
d79811dd61
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ bash -c "$(wget https://zmkfirmware.dev/setup.sh -O -)"
|
||||||
<TabItem value="PowerShell">
|
<TabItem value="PowerShell">
|
||||||
|
|
||||||
```
|
```
|
||||||
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/CrossR/zmk/CrossR/ShellScriptTidyUp/docs/static/setup.ps1'))"
|
iex ((New-Object System.Net.WebClient).DownloadString('https://zmkfirmware.dev/setup.ps1'))"
|
||||||
```
|
```
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
Loading…
Reference in a new issue