Skip to content

Commit 9c6c078

Browse files
committed
Adding support for swift 06-06.
1 parent 7b2d061 commit 9c6c078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,14 @@ The latest version of Swift supported by this buildpack is ```swift-DEVELOPMENT-
195195
196196
### Specify a Swift version
197197
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:
199199
200200
```shell
201201
$ cat .swift-version
202202
swift-DEVELOPMENT-SNAPSHOT-2016-04-25-a
203203
```
204204
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:
206206
207207
```shell
208208
cf push -b https://github.com/IBM-Swift/swift-buildpack

0 commit comments

Comments
 (0)