readme: remove hg build step since run-tests.py does it

This commit is contained in:
Siddharth Agarwal 2013-09-24 15:57:40 -07:00
parent 3e8e9c3e4a
commit bf7120611e

View File

@ -36,12 +36,10 @@ Testing
=======
lz4revlog includes some basic tests, which can be run by cloning the Mercurial
repository to a separate directory and building it:
repository to a separate directory:
:::sh
hg clone http://selenic.com/hg
cd hg
make local
and then running the tests with: