Skip to content

Commit ee0dab2

Browse files
committed
update agents
1 parent b602cec commit ee0dab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The tool supports many popular hashing algorithms such as `blake3`, `md5`, `ripe
88

99
# How to Run
1010

11-
- **Dev Build:** `dotnet build` can be used to quickly make sure the app builds.
12-
- **Run Tests:** `dotnet test` can be used to make sure the tests are passing.
11+
- **Dev Build:** `make build` can be used to quickly make sure the app builds.
12+
- **Run Tests:** `make test` can be used to make sure the tests are passing.
1313
- **Check changes/PR:** `git diff main` can be used to understand the feature branch.
1414

1515
# Project Structure

0 commit comments

Comments
 (0)