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.
1 parent 64db4b6 commit 8edf64eCopy full SHA for 8edf64e
1 file changed
content/learning-paths/embedded-and-microcontrollers/device-connect-d2d/d2d-setup.md
@@ -19,14 +19,10 @@ This walkthrough uses [uv](https://docs.astral.sh/uv/) to manage the project and
19
20
{{< tabpane code=true >}}
21
{{< tab header="macOS or Linux" language="shell">}}
22
-```bash
23
curl -LsSf https://astral.sh/uv/install.sh | sh
24
-```
25
{{< /tab >}}
26
{{< tab header="Windows" language="powershell">}}
27
-```powershell
28
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
29
30
31
{{< /tabpane >}}
32
0 commit comments