travitch / build-bom

Dynamically discover the commands used to create a piece of software
Apache License 2.0
45 stars 8 forks source link

How to install build-bom #51

Closed xiaozhouqi closed 3 months ago

xiaozhouqi commented 1 year ago

Very cool tool. It is very apprecitated to add guides for installing the build-bom itself.

travitch commented 1 year ago

I can add some notes to the README on that. Short answer:

  1. Install the Rust compiler toolchain with rustup
  2. Check out the repository
  3. From the repository root run cargo build --release
  4. Use the binary in target/release/build-bom