Skip to content

Commit

Permalink
📖 Updated README (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan authored Jan 2, 2025
1 parent b2f66df commit a57d0d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="images/bitbom-long-logo.png" alt="BitBom Long Logo" >
</p>

[![Go Report Card](https://goreportcard.com/badge/github.com/bit-bom/minefield)](https://goreportcard.com/report/github.com/bit-bom/minefield)
[![Go Report Card](https://goreportcard.com/badge/github.com/bitbomdev/minefield)](https://goreportcard.com/report/github.com/bitbomdev/minefield)
[![Build and Test](https://github.com/bitbomdev/minefield/actions/workflows/build.yaml/badge.svg)](https://github.com/bitbomdev/minefield/actions/workflows/build.yaml)


Expand Down Expand Up @@ -51,15 +51,15 @@ For comprehensive guides and detailed documentation, please visit our [Docs](htt
minefield server
```

1. **Ingest some data:**
2. **Ingest some data:**
```sh
minefield ingest sbom <sbom_file or sbom_dir>
```
2. **Cache the data:**
3. **Cache the data:**
```sh
minefield cache
```
3. **Run a query:**
4. **Run a query:**
```sh
minefield query <query_string>
```
Expand Down Expand Up @@ -106,7 +106,7 @@ docker run -it ghcr.io/bitbomdev/minefield:latest
### Building From Source

```sh
git clone https://github.com/bitbomdev/minefield.git
git clone git@github.com:bitbomdev/minefield.git
cd minefield
go build -o minefield main.go
./minefield
Expand Down

0 comments on commit a57d0d1

Please sign in to comment.