]> arthur.barton.de Git - bup.git/commitdiff
README.md: recommend the stable release when building from source
authorRob Browning <rlb@defaultvalue.org>
Tue, 13 Mar 2018 01:09:45 +0000 (20:09 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 13 Mar 2018 01:09:48 +0000 (20:09 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
README.md

index 267bf7e35ebc6945d514bfdf6b88a5e62b53bde9..4521e30f9c055c6fd6afdbfdc01014e8ca2ab421 100644 (file)
--- a/README.md
+++ b/README.md
@@ -103,6 +103,15 @@ From source
  
         git clone https://github.com/bup/bup
 
+ - This will leave you on the master branch, which is perfect if you
+   would like to help with development, but if you'd just like to use
+   bup, please check out the latest stable release like this:
+
+        git checkout 0.29.1
+
+   You can see the latest stable release here:
+   https://github.com/bup/bup/releases.
+
  - Install the required python libraries (including the development
    libraries).