aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index 406ab57..d5de892 100644
--- a/readme.md
+++ b/readme.md
@@ -14,7 +14,7 @@ git clone git://github.com/herumi/mcl.git
git clone git://github.com/herumi/bls.git
```
-# Build and test
+# Build and test for Linux
To make lib/libbls.a and test, run
```
cd bls
@@ -125,11 +125,6 @@ Verify a public key by pop.
```
make run_go
```
-Go 1.6 forbits passing a Go pointer to C, then
-```
-make run_uncheck_go
-```
-I'll fix the issue later.
# License