Skip to content

Commit

Permalink
closes #1071
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenweaver authored Feb 6, 2020
1 parent 558050e commit 047266e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 047266e

Please sign in to comment.