diff --git a/README.md b/README.md index 0ece6a2..11926dc 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,16 @@ [![License file](https://img.shields.io/github/license/louib/nix2sbom)](https://github.com/louib/nix2sbom/blob/main/LICENSE) nix2sbom extracts the SBOM (Software Bill of Materials) from a Nix derivation + +## Installing + +### With Nix +Assuming that you have enabled both the `flakes` and `nix-command` experimental features: +``` +nix profile install github:louib/nix2sbom +``` + +### With Cargo +``` +cargo install --path . +```