diff --git a/_includes/install/_linux_platforms_tabs.md b/_includes/install/_linux_platforms_tabs.md index fd8972220..bcb1bb539 100644 --- a/_includes/install/_linux_platforms_tabs.md +++ b/_includes/install/_linux_platforms_tabs.md @@ -6,8 +6,8 @@ The Swiftly installer manages Swift and its dependencies. It supports switching between different versions and downloading updates.

Run this in a terminal:

-
curl -O https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz && \
-tar zxf swiftly-$(uname -m).tar.gz && \
+  
curl -O "https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz" && \
+tar zxf "swiftly-$(uname -m).tar.gz" && \
 ./swiftly init --quiet-shell-followup && \
 . ~/.local/share/swiftly/env.sh && \
 hash -r