From 2c0438c5d79343f96b12de10a410d810907d4bb3 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Wed, 7 Apr 2010 09:51:32 +0000 Subject: [PATCH] SourceCode changed --- SourceCode.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SourceCode.md b/SourceCode.md index 2ca061ed..9eb4acc5 100644 --- a/SourceCode.md +++ b/SourceCode.md @@ -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/.git +``` + +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`).