From 47cbcf8b3a2a3bb0cdefc68959f7d37baac89aa4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 24 Apr 2014 06:16:53 -0700 Subject: [PATCH] Correct dirname. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d6d76154..dcb6a299 100644 --- a/README.rst +++ b/README.rst @@ -307,7 +307,7 @@ or downloading a package from Then go to the format directory and generate Makefiles with `CMake `__:: - $ cd format + $ cd cppformat $ cmake . Next use the following commands to run the unit tests::