Skip to content

Commit d7172c4

Browse files
committed
fixup! fix: linux instalation docs
1 parent dcc77b0 commit d7172c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/install/_linux_platforms_tabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
The Swiftly installer manages Swift and its dependencies. It supports switching between different versions and downloading updates.
77
</p>
88
<h4>Run this in a terminal:</h4>
9-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><button>Copy</button><pre class="highlight"><code>curlo! -O "https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz" &amp;&amp; \
9+
<div class="language-plaintext highlighter-rouge"><div class="highlight"><button>Copy</button><pre class="highlight"><code>curl -O "https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz" &amp;&amp; \
1010
tar zxf "swiftly-$(uname -m).tar.gz" &amp;&amp; \
1111
./swiftly init --quiet-shell-followup &amp;&amp; \
1212
. ~/.local/share/swiftly/env.sh &amp;&amp; \

0 commit comments

Comments
 (0)