From db99ae8752b47289818ecbe8a240e7d6345d60b4 Mon Sep 17 00:00:00 2001 From: lohrun Date: Wed, 11 Mar 2009 11:27:47 +0100 Subject: [PATCH] Add the git clone command and a direct package download for the latest version --- doc/download.mdwn | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/download.mdwn b/doc/download.mdwn index 83962e5b..0aaf930d 100644 --- a/doc/download.mdwn +++ b/doc/download.mdwn @@ -1 +1,10 @@ -There is a git repository, at `git://git.lohrun.net/songbook.git`. +There is a git repository, at `git://git.lohrun.net/songbook.git`. There is also a [gitweb](http://git.lohrun.net/songbook.git). + +To get your own copy of the songbook using git, the command should be: + + git clone git://git.lohrun.net/songbook.git + +The lastest source package is available from [here](http://git.lohrun.net/?p=songbook.git;a=snapshot;h=HEAD;sf=tgz). + + +