Remove the ./ prefix in the ./ctest command in README.md

This commit is contained in:
greg7mdp
2025-06-05 09:35:11 -04:00
parent f1bee10139
commit 4894165d30
+1 -1
View File
@@ -60,7 +60,7 @@ mkdir build
cd build
cmake ..
make
./ctest
ctest
```
## License