Skip to content

Commit

Permalink
Merge pull request #14 from rakrup/minor-readme-fix
Browse files Browse the repository at this point in the history
Fixing README with additional step
  • Loading branch information
sclevine committed Oct 5, 2017
2 parents 598fca9 + 7ac6282 commit 8449a24
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Expand Up @@ -10,19 +10,25 @@ Official buildpack documentation can be found at [binary buildpack docs](http://

### Building the Buildpack

1. Get latest buildpack dependencies
1. Make sure you have fetched submodules
```shell

git submodule update --init
```

2. Get latest buildpack dependencies

```shell
BUNDLE_GEMFILE=cf.Gemfile bundle
```

1. Build the buildpack
3. Build the buildpack

```shell
BUNDLE_GEMFILE=cf.Gemfile bundle exec buildpack-packager [ --uncached | --cached ]
```

1. Use in Cloud Foundry
4. Use in Cloud Foundry

Upload the buildpack to your Cloud Foundry and optionally specify it by name

Expand Down

0 comments on commit 8449a24

Please sign in to comment.