Merge #652: README.md: update instruction to run tests

ce6d438 README.md: update instruction to run tests (Marko Bencun)

Pull request description:

  Reflecting what Travis does.

ACKs for commit ce6d43:
  real-or-random:
    ACK ce6d438266e075b22a955b3205b2d8279bfa04e7
  sipa:
    ACK ce6d438266e075b22a955b3205b2d8279bfa04e7

Tree-SHA512: c0a36772a5d8571bb503f83111e89181acc1eec080cf7efa64ab922f6136138234555a9d47120e2126ae958a60864b0479c3037bff74895dd488015f25a05c10
This commit is contained in:
Pieter Wuille 2019-08-06 15:04:26 -07:00
commit 384f55606a
No known key found for this signature in database
GPG Key ID: A636E97631F767E0

View File

@ -59,5 +59,5 @@ libsecp256k1 is built using autotools:
$ ./autogen.sh
$ ./configure
$ make
$ ./tests
$ make check
$ sudo make install # optional