mirror of https://github.com/vapor/docs.git
updated images
This commit is contained in:
parent
2ef086aa22
commit
cbf291a94a
|
|
@ -4,11 +4,14 @@ currentMenu: getting-started-install-swift-3-macos
|
|||
|
||||
# Install Swift 3: macOS
|
||||
|
||||
To use Vapor on macOS, you need to have Xcode 8 installed and selected.
|
||||
To use Swift 3 on macOS, you need to have Xcode 8 installed and selected.
|
||||
|
||||
## Download
|
||||
|
||||
To download Xcode 8, visit [Apple Developer Downloads](https://developer.apple.com/download/) or [Swift.org Downloads](https://swift.org/download/#using-downloads)
|
||||
To download Xcode 8, visit [Apple Developer Downloads](https://developer.apple.com/download/).
|
||||
|
||||
[](https://developer.apple.com/download/)
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
|
|
@ -22,6 +25,8 @@ Select Xcode 8 for your Command Line Tools.
|
|||
- Select the Locations tab
|
||||
- Under Command Line Tools choose `Xcode 8.0 (xxxxx)`
|
||||
|
||||

|
||||
|
||||
## Swift
|
||||
|
||||
You can now move on to [Install Swift 3](install-swift-3.md)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ currentMenu: getting-started-install-swift-3
|
|||
|
||||
# Install Swift 3
|
||||
|
||||
This section assumes you have followed the operating system specific instructions for either macOS or Ubuntu.
|
||||
This section assumes you have followed the operating system specific instructions for either [macOS](install-swift-3-macos.md) or [Ubuntu](install-swift-3-ubuntu.md).
|
||||
|
||||
To use Vapor, you must have Swift 3 installed. Each version of Vapor relies on a single Development Snapshot of Swift 3. Vapor 0.15 relies on `DEVELOPMENT-SNAPSHOT-2016-07-25-a`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue