Skip to content

Commit 5a53810

Browse files
committed
Exclude linux from swift install instructions as not tested yet
Signed-off-by: paulober <[email protected]>
1 parent 6601330 commit 5a53810

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ The Pico VS Code extension supports Swift, enabling you to develop Raspberry Pi
9898

9999
Download and install the latest Swift experimental toolchain for your platform:
100100

101-
- **Linux**: [Install Swift for Linux](https://www.swift.org/install/linux/#platforms)
101+
[//]: <> (- **Linux**: [Install Swift for Linux](https://www.swift.org/install/linux/#platforms))
102102
- **macOS**: [Install Swift for macOS](https://www.swift.org/install/macos)
103103

104-
> **Note:** Windows is not currently supported.
104+
> **Note:** Windows and Linux are currently not supported.
105105
106106
### 2. Configure the Swift Toolchain
107107

108-
#### **For Linux:**
109-
Ensure the `swiftc` executable is included in your system's `PATH`. Once added, restart VS Code for the changes to take effect.
108+
[//]: <> (#### **For Linux:**)
109+
[//]: <> (Ensure the `swiftc` executable is included in your system's `PATH`. Once added, restart VS Code for the changes to take effect.)
110110

111111
#### **For macOS:**
112112
If the build fails or the Swift toolchain isn’t detected, force the toolchain selection by adding the following line to your `~/.zprofile`:

0 commit comments

Comments
 (0)