Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions _includes/install/_linux_platforms_tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
Command line tool for installing, managing, and switching between Swift.org toolchains.
</p>
<!-- <br>
<p>To install swiftly, run the following command in your terminal.</p>
<p>To install swiftly, run the following commands in your terminal.</p>
<pre><code>
$ curl -s https://download.swift.org/linux/swiftly > /usr/local/bin/swiftly
SWIFTLY_FILENAME=swiftly-0.4.0-dev-$(uname -m).tar.gz
curl -s -O "https://download.swift.org/swiftly/linux/$SWIFTLY_FILENAME" && tar zxf "$SWIFTLY_FILENAME" && ./swiftly init
</code></pre> -->
<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.sig">Signature</a></h4>
<a href="https://download.swift.org/linux/swiftly" class="cta-secondary">Download</a>
<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>
<a href="https://download.swift.org/swiftly/linux/swiftly-0.4.0-dev-x86_64.tar.gz" class="cta-secondary">Download</a>
<a href="/install/linux/swiftly" class="cta-secondary">Instructions</a>
</li>
</ul>
Expand Down
8 changes: 7 additions & 1 deletion install/macos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ title: Install Swift
<p class="description">
Command line tool for installing, managing, and switching between Swift.org toolchains.
</p>
<a href="https://download.swift.org/macos/swiftly.pkg" class="cta-secondary">Download</a>
<!-- <br>
<p>To install swiftly, run the following command in your terminal.</p>
<pre><code>
SWIFTLY_FILENAME=swiftly-0.4.0-dev.pkg
curl -O -s "https://download.swift.org/swiftly/darwin/$SWIFTLY_FILENAME" && installer -pkg "$SWIFTLY_FILENAME" -target CurrentUserHomeDirectory && ~/usr/local/bin/swiftly init
</code></pre> -->
<a href="https://download.swift.org/swiftly/darwin/swiftly-0.4.0-dev.pkg" class="cta-secondary">Download</a>
<a href="/install/macos/swiftly" class="cta-secondary">Instructions</a>
</li>
</ul>
Expand Down