From 243e2b698ddffa48e5d56f031465273776261605 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 27 Nov 2014 09:29:31 -0800 Subject: [PATCH] Playing nicely with markdown. --- README | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README b/README index ebdd062a9..b30ebc1a2 100644 --- a/README +++ b/README @@ -1,5 +1,4 @@ -Overview --------- +## Overview atticmatic is a simple Python wrapper script for the Attic backup software that initiates a backup and prunes any old backups according to a retention @@ -31,8 +30,7 @@ atticmatic is hosted at http://torsion.org/hg/atticmatic/ and is mirrored on GitHub and BitBucket for convenience. -Setup ------ +## Setup To get up and running with Attic, follow the Attic Quick Start guide at https://attic-backup.org/quickstart.html to create an Attic repository on a @@ -55,8 +53,7 @@ Then copy the following configuration files: Lastly, modify those files with your desired configuration. -Usage ------ +## Usage You can run atticmatic and start a backup simply by invoking it without arguments: @@ -75,8 +72,7 @@ If you'd like to see the available command-line arguments, view the help: atticmattic --help -Running tests -------------- +## Running tests To install test-specific dependencies, first run: @@ -87,7 +83,6 @@ To actually run tests, run: nosetests --detailed-errors -Feedback --------- +## Feedback Questions? Comments? Got a patch? Contact witten@torsion.org