Skip to content

Commit

Permalink
Updates to README and VERSION files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolivieri committed Sep 14, 2016
1 parent b9daeec commit c2ec2e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,15 @@ Admin tasks
To install this buildpack:
```
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v1.1.14/buildpack_swift_v1.1.14-20160901-1456.zip
cf create-buildpack swift_buildpack buildpack_swift_v1.1.14-20160901-1456.zip <position>
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v2.0.0/buildpack_swift_v2.0.0-20160914-1605.zip
cf create-buildpack swift_buildpack buildpack_swift_v2.0.0-20160914-1605.zip <position>
```
And to update it:
```
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v1.1.14/buildpack_swift_v1.1.14-20160901-1456.zip
cf update-buildpack swift_buildpack -p buildpack_swift_v1.1.14-20160901-1456.zip
wget https://github.com/IBM-Swift/swift-buildpack/releases/download/v2.0.0/buildpack_swift_v2.0.0-20160914-1605.zip
cf update-buildpack swift_buildpack -p buildpack_swift_v2.0.0-20160914-1605.zip
```
For more details on installing buildpacks, see [Adding buildpacks to Cloud Foundry](https://docs.cloudfoundry.org/adminguide/buildpacks.html).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.14
2.0.0

0 comments on commit c2ec2e4

Please sign in to comment.