From fa8cda005fb31232a3b918ea93a1fdcfac76b1c2 Mon Sep 17 00:00:00 2001 From: Harold Pimentel Date: Wed, 17 Jun 2015 11:18:28 -0700 Subject: [PATCH] remove note about installing tests in INSTALL --- INSTALL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index e05640b4..6047e1f9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,7 +30,6 @@ Installation ``` 1. Execute cmake. There are a few options: - - `-DBUILD_TESTING=ON` builds tests (off by default) - `-DCMAKE_INSTALL_PREFIX:PATH=$HOME` which will put kallisto in `$HOME/bin` as opposed to the default (`/usr/local/bin`)