Skip to content

Commit e046701

Browse files
Fix linux install command (#1081)
1 parent 83a761a commit e046701

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
@@ -9,7 +9,7 @@
99
<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; \
12-
. ${SWIFTLY_HOME_DIR:-~/.local/share/swiftly}/env.sh &amp;&amp; \
12+
. ${SWIFTLY_HOME_DIR:-$HOME/.local/share/swiftly}/env.sh &amp;&amp; \
1313
hash -r
1414
</code></pre></div></div>
1515
<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>

0 commit comments

Comments
 (0)