From ce6d438266e075b22a955b3205b2d8279bfa04e7 Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Fri, 19 Jul 2019 13:50:16 +0200 Subject: [PATCH] README.md: update instruction to run tests Reflecting what Travis does. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c66d712d4d6e..a9f9296ed73a6 100644 --- a/README.md +++ b/README.md @@ -59,5 +59,5 @@ libsecp256k1 is built using autotools: $ ./autogen.sh $ ./configure $ make - $ ./tests + $ make check $ sudo make install # optional