1
0

add information on how to clone the repository with git

This commit is contained in:
Michael Gernoth 2007-05-17 19:37:12 +02:00
parent 3eee002c15
commit b22eea29d3
2 changed files with 5 additions and 1 deletions

3
README
View File

@ -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
=======================

View File

@ -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>