SourceCode changed

This commit is contained in:
Joanna Rutkowska 2010-04-07 09:51:32 +00:00
parent 718a72f075
commit 2c0438c5d7

View File

@ -18,7 +18,13 @@ You can browse the repositories [on line via GitWeb](http://gitweb.qubes-os.o
To clone a repository:
``` {.wiki}
git clone git://
git clone git://qubes-os.org/mainstream/<repo_name>.git <repo_name>
```
e.g.:
``` {.wiki}
git clone git://qubes-os.org/mainstream/core.git core.git
```
Currently the preferred way of contributing to the project is by sending a patch via the project's mailing list (`git format-patch`).