aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/readme.md b/readme.md
index 7bb4e49..b5fa2ca 100644
--- a/readme.md
+++ b/readme.md
@@ -30,14 +30,13 @@ make sample_test
```
# Build and test for Windows
+Type
```
-cd mcl
-mklib
-cd ..\bls
+cd bls
mklib
-mk test\bls_test.cpp
-bls_test.exe
+mk test/bls_c384_test.cpp
```
+then `bin/bls_c384_test.exe` will be built.
# API