Skip to content

Commit 150e93a

Browse files
authored
Update README.md (#198)
re-add old installation process/instructions
1 parent f5d1bab commit 150e93a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ Ongoing maintenance and stewardship of this project is led by the [SSWG](https:/
66

77
### Installation
88

9-
Download the swiftly package from [swift.org](https://swift.org/download) and it can install itself with init:
9+
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:
1016

1117
```
1218
swiftly init

0 commit comments

Comments
 (0)