Skip to content

Commit

Permalink
README.md: clarify version selection
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans committed Jul 19, 2018
1 parent 8fdceda commit 40cbeb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Usage:

```
prefix=WHERE/TO/INSTALL/VOTCA
git clone --recursive https://github.com/votca/votca.git
version=master # or 'stable' or 'v1.4.1'
git clone -b ${version} --recursive https://github.com/votca/votca.git
cd votca
mkdir build
cd build
Expand Down
3 changes: 2 additions & 1 deletion share/doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Dependencies for Manual
To install the full package:

prefix=WHERE/TO/INSTALL/VOTCA
git clone --recursive https://github.com/votca/votca.git
version=master # or 'stable' or 'v1.4.1'
git clone -b ${version} --recursive https://github.com/votca/votca.git
cd votca
mkdir build
cd build
Expand Down

0 comments on commit 40cbeb2

Please sign in to comment.