From 8c6a4e112640f7519cc9e52dfd1b035cd32e31ea Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Sun, 10 Apr 2016 13:15:17 -0400 Subject: [PATCH] clarification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bab6fa4d..de49fc56 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ My goal is to submit this project to the [Boost](http://www.boost.org) libraries `cmake ../histogram.git/CMake` -`make install` (or just `make` if you don't want to install yet) +`make install` (or just `make` to run the tests afterwards) To run the tests, do `ctest`.