From: Avery Pennarun Date: Wed, 1 Dec 2010 09:30:39 +0000 (-0800) Subject: README.md: give a suggestion for how to get more documentation. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=df8f681a18e029e491fe128904ccd5da5a11abe2;p=packages%2Fb%2Fbup.git README.md: give a suggestion for how to get more documentation. Based on a request on the mailing list that pointed out there was no obvious route from the README to the docs. Signed-off-by: Avery Pennarun --- diff --git a/README.md b/README.md index 8a66b8e..b6859c1 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,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