From 130592bbbb14fc716f41103e6908492cf3385f1c Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 16 Mar 2009 20:12:45 +0100 Subject: [PATCH] faq: fix typo in git command --- docs/faq/git.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/git.xml b/docs/faq/git.xml index 5ae5949..4b8e91d 100644 --- a/docs/faq/git.xml +++ b/docs/faq/git.xml @@ -21,7 +21,7 @@ set of plugins. Finally, you may also be interested in "gst-plugins-ugly", To check out the latest git version of the core and the basic modules, use for module in gstreamer gst-plugins-base gst-plugins-good; do - git clone git://anongit.freedesktop.org:/git/gstreamer/$module ; + git clone git://anongit.freedesktop.org/git/gstreamer/$module ; done This will create three directories in your current directory: "gstreamer", -- 2.7.4