From 3cb004d0d3a05769e3f762fc75582279d415a461 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 19 Dec 2014 07:48:38 -0800 Subject: [PATCH] Update README.rst --- README.rst | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/README.rst b/README.rst index 6d4b17a4..81102214 100644 --- a/README.rst +++ b/README.rst @@ -320,23 +320,9 @@ linkage options. Running the tests ~~~~~~~~~~~~~~~~~ -To run the unit tests first get the source code by cloning the repository:: - - $ git clone https://github.com/cppformat/cppformat.git - -or downloading a package from -`Releases `_. - -Then go to the cppformat directory, generate Makefiles with -`CMake `_ and build the project:: - - $ cd cppformat - $ cmake . - $ make - -Now you can run the unit tests:: - - $ make test +Please refer to [Building the library]( +http://cppformat.readthedocs.org/en/latest/usage.html#building-the-library) +for the instructions on building the library and running the unit tests. Benchmarks reside in a separate repository, `format-benchmarks `_,