Skip to content

Commit

Permalink
Merge pull request #2 from dhodder/patch-1
Browse files Browse the repository at this point in the history
Add note that the application is also Cloud Foundry-compatible
  • Loading branch information
emk committed Jun 16, 2015
2 parents aa63f03 + 3644d18 commit a49fb47
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ If the build is failing, you have two choices:
refrain from running `cargo update`.
2. Update the code to work with the latest release of Rust. Please feel
free to send me a pull request!

### Does this work with Cloud Foundry?

The application can be deployed to Cloud Foundry as an alternative to
Heroku. From the command line, run:

``` sh
cd heroku-rust-cargo-hello
cf push heroku-rust-cargo-hello -b https://github.com/emk/heroku-buildpack-rust.git
```

0 comments on commit a49fb47

Please sign in to comment.