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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,14 +195,14 @@ The latest version of Swift supported by this buildpack is ```swift-DEVELOPMENT-
195
195
196
196
### Specify a Swift version
197
197
198
-
The swift_buildpack installed on Bluemix supports the DEVELOPMENT-SNAPSHOT-2016-06-06-a version of the Swift binaries. If you'd like to use a different version of Swift on Bluemix for your application, you can specify the version with a `.swift-version` file in the root of your repository:
198
+
The swift_buildpack installed on Bluemix supports the DEVELOPMENT-SNAPSHOT-2016-06-06-a version of the Swift binaries. If you'd like to use a different version of Swift on Bluemix for your application, you'll need to specify the version with a `.swift-version` file in the root of your repository:
199
199
200
200
```shell
201
201
$ cat .swift-version
202
202
swift-DEVELOPMENT-SNAPSHOT-2016-04-25-a
203
203
```
204
204
205
-
In addition to including a `.swift-version` file, you'd also need to add the `-b https://github.com/IBM-Swift/swift-buildpack` parameter to the `cf push` command, as shown below:
205
+
In addition to including a `.swift-version` file, you'll also need to add the `-b https://github.com/IBM-Swift/swift-buildpack` parameter to the `cf push` command, as shown below:
0 commit comments