Commit 77ef164 1 parent 9a0c06a commit 77ef164 Copy full SHA for 77ef164
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
<p>To install swiftly, run the following commands in your terminal.</p>
10
10
<pre><code>
11
11
SWIFTLY_FILENAME=swiftly-0.4.0-dev-$(uname -m).tar.gz
12
- curl -s -O "https://download.swift.org/linux/$SWIFTLY_FILENAME" && tar zxf "$SWIFTLY_FILENAME" && ./swiftly init
12
+ curl -s -O "https://download.swift.org/swiftly/ linux/$SWIFTLY_FILENAME" && tar zxf "$SWIFTLY_FILENAME" && ./swiftly init
13
13
</code></pre> -->
14
- <h4 >License: <a href =" https://raw.githubusercontent.com/swiftlang/swiftly/refs/heads/main/LICENSE.txt " >Apache-2.0</a > | PGP: <a href =" https://download.swift.org/linux/swiftly-0.4.0-dev-x86_64.tar.gz.sig " >Signature</a ></h4 >
15
- <a href =" https://download.swift.org/linux/swiftly-0.4.0-dev-x86_64.tar.gz " class =" cta-secondary " >Download</a >
14
+ <h4 >License: <a href =" https://raw.githubusercontent.com/swiftlang/swiftly/refs/heads/main/LICENSE.txt " >Apache-2.0</a > | PGP: <a href =" https://download.swift.org/swiftly/ linux/swiftly-0.4.0-dev-x86_64.tar.gz.sig " >Signature</a ></h4 >
15
+ <a href =" https://download.swift.org/swiftly/ linux/swiftly-0.4.0-dev-x86_64.tar.gz " class =" cta-secondary " >Download</a >
16
16
<a href =" /install/linux/swiftly " class =" cta-secondary " >Instructions</a >
17
17
</li >
18
18
</ul >
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ title: Install Swift
16
16
<p>To install swiftly, run the following command in your terminal.</p>
17
17
<pre><code>
18
18
SWIFTLY_FILENAME=swiftly-0.4.0-dev.pkg
19
- curl -O -s "https://download.swift.org/macos /$SWIFTLY_FILENAME" && installer -pkg "$SWIFTLY_FILENAME" -target CurrentUserHomeDirectory && ~/usr/local/bin/swiftly init
19
+ curl -O -s "https://download.swift.org/swiftly/darwin /$SWIFTLY_FILENAME" && installer -pkg "$SWIFTLY_FILENAME" -target CurrentUserHomeDirectory && ~/usr/local/bin/swiftly init
20
20
</code></pre> -->
21
- <a href =" https://download.swift.org/macos /swiftly-0.4.0-dev.pkg " class =" cta-secondary " >Download</a >
21
+ <a href =" https://download.swift.org/swiftly/darwin /swiftly-0.4.0-dev.pkg " class =" cta-secondary " >Download</a >
22
22
<a href =" /install/macos/swiftly " class =" cta-secondary " >Instructions</a >
23
23
</li >
24
24
</ul >
You can’t perform that action at this time.
0 commit comments