File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9
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" & ;& ; \
10
10
tar zxf "swiftly-$(uname -m).tar.gz" & ;& ; \
11
11
./swiftly init --quiet-shell-followup & ;& ; \
12
- . ${SWIFTLY_HOME_DIR:-~ /.local/share/swiftly}/env.sh & ;& ; \
12
+ . ${SWIFTLY_HOME_DIR:-$HOME /.local/share/swiftly}/env.sh & ;& ; \
13
13
hash -r
14
14
</code ></pre ></div ></div >
15
15
<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 >
You can’t perform that action at this time.
0 commit comments