The git clone path within the documentation is wrong.

Using gitosis, it looks like the following: gitosis@host:repo.git
Using the git protocol, it looks rather like this: git://host/repo.git
This commit is contained in:
Jacek Galowicz 2012-08-11 12:26:21 +02:00
parent c53942a9d0
commit eebc3878ff

View file

@ -14,7 +14,7 @@
*
* The MetalSVM project is hosted in a Git repository. To check it out, just type:
*
* \verbatim$ git clone git://git.lfbs.rwth-aachen.de:metalsvm.git \endverbatim
* \verbatim$ git clone git://git.lfbs.rwth-aachen.de/metalsvm.git \endverbatim
*
* If you are asked for a password you are not authorized to clone the repository. In this case you will need to get your public SSH key authorized.
*