diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-08-13 15:29:18 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-08-13 15:29:18 +0100 |
commit | 9a2510de8c9ab65acfa7ec4aee9cf243424ec59c (patch) | |
tree | aef35a18be104c05a5a3afb3c6b811dcbb662d7b | |
parent | a78934ec4c1c161d42fe5616848e88eae8c4f6ee (diff) |
Update install doc to reflect the fact that develop is now the default branch on github.
-rw-r--r-- | doc/INSTALL.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index b71b89676..588f8e4fe 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -19,12 +19,11 @@ 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 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: +This will get the development branch, which has the latest (possibly +buggy) code. If you don't want to add or try new features, swap to the +master branch (which always contains the latest stable release): - git checkout develop + git checkout master # Install system dependencies |