Skip to content

Commit

Permalink
Update README for go install
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj authored and dnaeon committed Apr 24, 2024
1 parent c8caabc commit 08714cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ make build

The resulting binary will be located in `bin/makefile-graph`.

Install the CLI application using `go build`.
Install the CLI application using `go install`.

``` shell
go build -o $(go env GOBIN)/makefile-graph github.com/dnaeon/makefile-graph/cmd
go install github.com/dnaeon/makefile-graph/cmd/makefile-graph@latest
```

In order to install the parser package and use it in your own Go code run the
Expand Down

0 comments on commit 08714cb

Please sign in to comment.