Skip to content

Commit

Permalink
docs: add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
louib committed Aug 14, 2023
1 parent 4b9c76e commit 96ebea5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```

0 comments on commit 96ebea5

Please sign in to comment.