diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-22 07:21:12 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-22 07:21:12 +0100 |
commit | 3c047850666a6e7d357db452a54f603148f8b369 (patch) | |
tree | f4caab9d19f44e2a358d0f7497c836a993b0b146 | |
parent | 5d63cc9847b700b9a8d6383e2d6eb77db16cc91d (diff) |
Clarify where the latest release can be found
-rw-r--r-- | doc/INSTALL.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index cc72bf6b8..2ebc21dab 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -19,8 +19,9 @@ Next, get hold of the Alaveteli source code from github: git clone https://github.com/sebbacon/alaveteli.git cd alaveteli -This will get the current stable release. If you are a developer and want to -add or try new features, you might want to swap to the development +This will get the current stable release from the master branch (which +always contains the latest release). If you are a developer and want +to add or try new features, you might want to swap to the development branch: git checkout develop |