We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b602cec commit ee0dab2Copy full SHA for ee0dab2
1 file changed
AGENTS.md
@@ -8,8 +8,8 @@ The tool supports many popular hashing algorithms such as `blake3`, `md5`, `ripe
8
9
# How to Run
10
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.
+- **Dev Build:** `make build` can be used to quickly make sure the app builds.
+- **Run Tests:** `make test` can be used to make sure the tests are passing.
13
- **Check changes/PR:** `git diff main` can be used to understand the feature branch.
14
15
# Project Structure
0 commit comments