You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the package is installed, run `swiftly init` to finish the installation:
30
32
31
33
```
32
-
~/usr/local/bin/swiftly init
34
+
~/.swiftly/bin/swiftly init
33
35
```
34
36
}
35
37
}
@@ -74,7 +76,7 @@ Uninstall this toolchain after you're finished with it:
74
76
$ swiftly uninstall main-snapshot
75
77
```
76
78
77
-
# Installing toolchains through a proxy
79
+
# Installing toolchains through an HTTP proxy
78
80
79
81
Swiftly downloads a list of toolchains from https://www.swift.org/ and retrieves them from CDN via https://download.swift.org.
80
82
If your environment requires a proxy, Swiftly attempts to use the standard environment variables `http_proxy`, `HTTP_PROXY`, `https_proxy` or `HTTPS_PROXY` to determine which proxy server to use instead of making a direct connection.
0 commit comments