Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikusa committed Jul 5, 2020
1 parent 9f62f2d commit eef308d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ The Rust Cargo CNB will execute `cargo install`, which builds and installs your

## Usage

In general, [you probably want the rust-cnb instead](https://github.com/dmikusa/rust-cnb/#tldr). If you want to use this particular CNB directly, the easiest way is via image.

Run `pack build -b dmikusa/rust-cargo:<version> ...`. Alternatively, follow the instructions in the next section to build locally and `pack build -b rust-cargo-cnb_xxxx` (folder generated by the build script). The latter is useful when developing.

## Building

To package this buildpack for consumption:

```bash
Expand Down

0 comments on commit eef308d

Please sign in to comment.