-
-
Notifications
You must be signed in to change notification settings - Fork 159
[Swift 6]: Update installation instructions #840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Hello 👋 Thanks for your PR. This repo does not currently have dedicated maintainers. Our cross-track maintainers team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed. If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track. Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum. (cc @exercism/cross-track-maintainers) |
docs/INSTALLATION.md
Outdated
## Linux & Windows | ||
## macOS & Linux | ||
|
||
For macOS and Linux, there is a Swjft installation manager called [swiftly][swiftly]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo here
|
||
Other installation methods for macOS is [Homebrew][homebrew]. | ||
As for Linux, you can install the Tarball from the official [Swift website][tarbell]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typically you would use the OS package manager on Linux.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would be true, but the Swift package is quite hard to find. I use Arch and Ubuntu. It isn't in the Ubuntu packages and on arch it can only be found with an aur, and then it is a repackaged fedora binary. The easiest if you run on a supported platform which is listed, is just to use Swiftly.
|
||
For macOS and Linux, there is a Swift installation manager called [swiftly][swiftly]. | ||
It is a command line tool that allows you to install and manage multiple versions of Swift on your system. | ||
The command to install swiftly on macOS can be found [here][swiftly-macos], and [bere][swiftly-linux] for linux. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The command to install swiftly on macOS can be found [here][swiftly-macos], and [bere][swiftly-linux] for linux. | |
The command to install swiftly on macOS can be found [here][swiftly-macos], and [here][swiftly-linux] for linux. |
|
||
Other installation methods for macOS is [Homebrew][homebrew]. | ||
As for Linux, you can install the Tarball from the official [Swift website][tarbell]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As for Linux, you can install the Tarball from the official [Swift website][tarbell]. | |
For Linux, you can install using the tarball from the official [Swift website][tarball]. |
|
||
The recommended way to install Swift on Windows is to use the [WinGet installer][winget-windows]. | ||
But it is also possible to install Swift using the Scoop package manager or doing a manual installation, for all the options available, check the [Install Swift for Windows][swift-windows] page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But it is also possible to install Swift using the Scoop package manager or doing a manual installation, for all the options available, check the [Install Swift for Windows][swift-windows] page. | |
It is also possible to install Swift using the Scoop package manager or doing a manual installation | |
For all options, see the [Install Swift for Windows][swift-windows] page. |
[swiftly-macos]: https://www.swift.org/install/macos/swiftly/ | ||
[swiftly-linux]: https://www.swift.org/install/linux/swiftly/ | ||
[homebrew]: https://formulae.brew.sh/formula/swift#default | ||
[tarbell]: https://www.swift.org/install/linux/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[tarbell]: https://www.swift.org/install/linux/ | |
[tarball]: https://www.swift.org/install/linux/ |
No description provided.