]> arthur.barton.de Git - bup.git/blobdiff - README.md
Merge branch 'next' into 'master'
[bup.git] / README.md
index 8a66b8e8dfc00c8b869a7aaf0725ddcf30155ec9..96981bed7d598bfa155e55409a0d2e524a6d8e91 100644 (file)
--- a/README.md
+++ b/README.md
@@ -91,6 +91,10 @@ Getting started
         apt-get install python2.6-dev python-fuse
         
     Substitute python2.5-dev or python2.4-dev if you have an older system.
+    
+    Or on newer Debian/Ubuntu versions, you can try this:
+    
+        apt-get build-dep bup
        
  - Build the python module and symlinks:
  
@@ -288,6 +292,14 @@ mailing list (see below) if you'd like to help.
     Actually, that's not stupid, but you might consider it a limitation. 
     There are a bunch of Linux GUI backup programs; someday I expect someone
     will adapt one of them to use bup.
+    
+    
+More Documentation
+------------------
+
+bup has an extensive set of man pages.  Try using 'bup help' to get
+started, or use 'bup help SUBCOMMAND' for any bup subcommand (like split,
+join, index, save, etc.) to get details on that command.
 
 
 How you can help