mirror of https://github.com/vapor/docs.git
34 lines
888 B
Markdown
34 lines
888 B
Markdown
---
|
|
currentMenu: getting-started-install-swift-3-macos
|
|
---
|
|
|
|
# Install Swift 3: macOS
|
|
|
|
To use Swift 3 on macOS, you just need to have Xcode 8 installed.
|
|
|
|
## Install Xcode
|
|
|
|
Install [Xcode 8](https://itunes.apple.com/us/app/xcode/id497799835?mt=12) from the Mac App Store.
|
|
|
|
[](https://itunes.apple.com/us/app/xcode/id497799835?mt=12)
|
|
|
|
### Open Xcode
|
|
|
|
After Xcode 8 has been downloaded, you must open it to finish the installation. This may take a while.
|
|
|
|
## Check
|
|
|
|
Double check the installation was successful by running:
|
|
|
|
```sh
|
|
curl -sL check.vapor.sh | bash
|
|
```
|
|
|
|
## Toolbox
|
|
|
|
You can now move on to [Install Toolbox](install-toolbox.md).
|
|
|
|
## Swift.org
|
|
|
|
Check out [Swift.org](https://swift.org)'s extensive guides if you need more detailed instructions for installing Swift 3.0.
|