diff options
author | Peter Carbonetto | 2017-05-25 21:34:50 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-25 21:34:50 -0500 |
commit | b59ebd5a51860b9a9e0f59deb3604bf01ea3d907 (patch) | |
tree | 176cb797d452035c3a28bb7dc3c5dd78faecc5ff | |
parent | e9e12b9310d356d6589d1244220508084e0c591d (diff) | |
download | pangemma-b59ebd5a51860b9a9e0f59deb3604bf01ea3d907.tar.gz |
Added ref. to latest stable release.
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -112,6 +112,9 @@ The main benefit of the second option is that it allows for boosting performance of the program using specialized C++ compilers (e.g., the Intel C++ compiler) and numerical libraries. +In both cases, we recommend downloading the +[latest stable release][release] instead of the Github repository. + ### Using precompiled binaries ### Building binaries from source @@ -137,3 +140,5 @@ University of Michigan<br> Peter Carbonetto, Tim Flutre, Matthew Stephens and others have also contributed to the development of this software. + +[release]: https://github.com/xiangzhou/GEMMA/releases/tag/v0.96 "Most recent stable release" |