From b22eea29d3de0dd2cc63b0309b4cd6b5976e00d1 Mon Sep 17 00:00:00 2001
From: Michael Gernoth <michael@gernoth.net>
Date: Thu, 17 May 2007 19:37:12 +0200
Subject: [PATCH] add information on how to clone the repository with git

---
 README     | 3 +++
 index.html | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README b/README
index aa967fd..1498a9a 100644
--- a/README
+++ b/README
@@ -40,6 +40,9 @@ http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver
 The main website is located at:
 http://www.rmdir.de/~michael/xilinx/
 
+The Git repository can be cloned with:
+git clone git://git.zerfleddert.de/usb-driver
+
 
 Notes for the USB cable
 =======================
diff --git a/index.html b/index.html
index 9a39e61..b4bbbf4 100644
--- a/index.html
+++ b/index.html
@@ -67,8 +67,9 @@
 		<ul>
 			<li>Download <a href="http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver?a=snapshot;h=HEAD">usb-driver-HEAD.tar.gz</a> (to build it, you need to have the libusb development package installed. It is called libusb-dev on Debian.)</li>
 			<li>Read the <a href="http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver?a=blob_plain;f=README;hb=HEAD">README</a></li>
-			<li>Browse the <a href="http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver?a=tree">GIT repository</a></li>
+			<li>Browse the <a href="http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver?a=tree">Git repository</a></li>
 			<li>Precompiled <a href="libusb-driver.so">libusb-driver.so</a> for Debian Etch, but better build your own</li>
+			<li>Clone the <a href="http://git.or.cz/">Git</a> repository with: <kbd>git clone git://git.zerfleddert.de/usb-driver</kbd></li>
 		</ul>
 		<H2>Links</H2>
 		<ul>
-- 
2.39.5