From 047266eeeca24c931719301c7a5514977f2e73db Mon Sep 17 00:00:00 2001 From: Steven Weaver Date: Thu, 6 Feb 2020 09:05:37 -0500 Subject: [PATCH] closes #1071 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96e9b6b24..4c55e1d1c 100644 --- a/README.md +++ b/README.md @@ -97,13 +97,13 @@ To test HyPhy, build with the GTEST target and run ./HYPHYGTEST from the source By default, HyPhy installs into `/usr/local` but it can be installed on any location of your system by providing an installation prefix -`cmake -DINSTALL_PREFIX=/location/of/choice` +`cmake -DCMAKE_INSTALL_PREFIX:PATH=/location/of/choice` For example, this configuration will install hyphy at /opt/hyphy `mkdir -p /opt/hyphy` -`cmake -DINSTALL_PREFIX=/opt/hyphy .` +`cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/hyphy .` #### Building Documentation