Skip to content

Commit

Permalink
docs: -changed the build command
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaDev1378 committed Aug 22, 2024
1 parent 333fc51 commit 7137dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Key functionalities include:
- Install the dependencies using `go mod tidy`.
- Make your changes.
- Run the tests using `go test ./...`.
- Build the binary using `go build -o omdd cmd/omdd/main.go`.
- Build the binary using `make build`.

## TODO Tasks

Expand Down

0 comments on commit 7137dce

Please sign in to comment.