Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Obaid51 committed Aug 7, 2024
1 parent 621676b commit db77cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icicle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mkdir -p build;
cmake -DBUILD_TESTS=ON -DCURVE=<supported_curve> -S . -B build;
cmake --build build;
./build/runner --gtest_brief=1
./build/tests/runner --gtest_brief=1
```

The command above will build ICICLE Core and run the ctest.
Expand Down

0 comments on commit db77cd9

Please sign in to comment.