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 f5d1bab commit 150e93aCopy full SHA for 150e93a
README.md
@@ -6,7 +6,13 @@ Ongoing maintenance and stewardship of this project is led by the [SSWG](https:/
6
7
### Installation
8
9
-Download the swiftly package from [swift.org](https://swift.org/download) and it can install itself with init:
+Install swiftly using a script (hosted from this repository) using the command:
10
+
11
+```
12
+curl -L https://swiftlang.github.io/swiftly/swiftly-install.sh | bash
13
14
15
+In the future, download the swiftly package from [swift.org](https://swift.org/download) and it can install itself with init:
16
17
```
18
swiftly init
0 commit comments