Skip to content

Commit 8edf64e

Browse files
committed
Fix tabpane formatting
1 parent 64db4b6 commit 8edf64e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • content/learning-paths/embedded-and-microcontrollers/device-connect-d2d

content/learning-paths/embedded-and-microcontrollers/device-connect-d2d/d2d-setup.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,10 @@ This walkthrough uses [uv](https://docs.astral.sh/uv/) to manage the project and
1919

2020
{{< tabpane code=true >}}
2121
{{< tab header="macOS or Linux" language="shell">}}
22-
```bash
2322
curl -LsSf https://astral.sh/uv/install.sh | sh
24-
```
2523
{{< /tab >}}
2624
{{< tab header="Windows" language="powershell">}}
27-
```powershell
2825
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
29-
```
3026
{{< /tab >}}
3127
{{< /tabpane >}}
3228

0 commit comments

Comments
 (0)