Skip to content

Commit a935951

Browse files
add links to more swiftly docs
1 parent 0de9d84 commit a935951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

userdocs/userdocs.docc/Articles/Topics/supported-toolchains.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you have multiple Swift toolchains installed on your system, use the command
3232

3333
## Swiftly Support
3434

35-
The extension supports toolchains managed by [swiftly](https://github.com/swiftlang/swiftly), the Swift toolchain installer and manager. This is the recommended way of installing Swift toolchains on macOS and Linux. For instructions on installing swiftly see the [installation instructions on Swift.org](https://www.swift.org/install).
35+
The extension supports toolchains managed by [swiftly](https://github.com/swiftlang/swiftly), the Swift toolchain installer and manager. This is the recommended way of installing Swift toolchains on macOS and Linux. For instructions on installing swiftly see the [installation instructions on Swift.org](https://www.swift.org/install). There is also a [getting started guide for swiftly on Swift.org](https://www.swift.org/swiftly/documentation/swiftly/getting-started/).
3636

3737
Choose a swiftly managed toolchain to use from the `> Swift: Select Toolchain...` menu.
3838

@@ -44,8 +44,8 @@ The Swift extension can use swiftly to install toolchains on your behalf. This a
4444

4545
Before using the toolchain installation feature, ensure you meet the following requirements:
4646

47-
* **Swiftly 1.1.0 or newer** - The installation feature requires swiftly version 1.1.0 or newer
48-
* **Administrator Privileges** - On Linux systems, administrator privileges may be required to execute post-installation scripts
47+
* **Swiftly 1.1.0 or newer** - The installation feature requires swiftly version 1.1.0 or newer. Run **`swiftly self-update`** in your terminal to get the latest version of swiftly.
48+
* **Administrator Privileges** - On Linux systems, `sudo` may be required to install system dependencies for the toolchain after installation.
4949

5050
You can access the installation commands via the `Swift: Select Toolchain...` command, or by running the following commands directly:
5151
- **`Swift: Install Swiftly Toolchain...`** - installs stable Swift toolchains via swiftly

0 commit comments

Comments
 (0)