Update instructions for running tests.

This commit is contained in:
Victor Zverovich 2014-04-17 21:25:04 -07:00
parent da2a35de79
commit 23dd27873d

View File

@ -296,9 +296,13 @@ the largest overheads.
Running the tests
~~~~~~~~~~~~~~~~~
To run the tests you first need to get the format repository with submodules::
To run the tests you first need to get the source code by cloning the
repository::
$ git clone --recursive git://github.com/cppformat/format.git
$ git clone git://github.com/cppformat/cppformat.git
or downloading a package from
`Releases <https://github.com/cppformat/cppformat/releases>`__.
Then go to the format directory and generate Makefiles with
`CMake <http://www.cmake.org/>`__::