Skip to content

Commit

Permalink
Merge pull request danielchalef#3 from danielchalef/docs
Browse files Browse the repository at this point in the history
add go install as install option
  • Loading branch information
danielchalef authored Jan 14, 2023
2 parents 85d268e + 9d133fc commit 605e4e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ mrfparse pipeline -i gs://mrfdata/staging/2022-12-05_Innovation-Health-Plan-Inc.
`mrfparse` operates in several stages each of which can be executed independently. See `mrfparse --help` for more options.

## Build and Installation
Using `go install`:
```bash
go install github.com/danielchalef/mrfparse
```

Use the `Makefile` to build the binary or container.

Build the binary
Expand Down

0 comments on commit 605e4e2

Please sign in to comment.